Html Css Color HEX #331704 Brown Pod

📋 copy color: '#331704'

red 51 ◦ green 23 ◦ blue 4

#331704
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #331704

Tints of Brown Pod #331704

RGB

 RED value IS 51 (20.31% from 255) = 65.38%

 GREEN value IS 23 (9.38% from 255) = 29.49%

 BLUE value IS 4 (1.95% from 255) = 5.13%

R = 65.38%
G = 29.49%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.8

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#331704 (or 0x331704) is known color: Brown Pod. HEX triplet: 33, 17 and 04. RGB value is (51,23,4). Sum of RGB (Red+Green+Blue) = 51+23+4=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #331704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331704 is #CCE8FB. Grayscale: #1D1D1D. Windows color (decimal): -13428988 or 268083. OLE color: 268083.

HSL color Cylindrical-coordinate representation of color #331704: hue angle of 24.26º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #331704 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 23 4 -
CMYK 0 0.55 0.92 0.8
HSL 24.26º 0.85% 0.11% -
HSV(B) 24.26º 0.92% 0.2% -
XYZ 1.69 1.33 0.28 -
YUV 29.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 51 23 4 0 0.55 0.92 0.8 24.26 0.85 0.11
Hex 33 17 4 0 37 5C 50 18 55 B
Octal 63 27 4 0 67 134 120 30 125 13
Binary 110011 10111 100 0 110111 1011100 1010000 11000 1010101 1011

Color Harmonies of #331704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331704

Black with #331704

Text Example


Text Example

White with #331704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331704; }

 p { color: rgb(51,23,4); }

 H1.HeaderClassName
 {
   color: #331704;
 }
 .AnyTagClassName
 {
   color: #331704;
 }
</style>

background-color css

<style>
 a { background-color: #331704; }

 a { background-color: rgb(51,23,4); }

 div.DivClassName
 {
   background-color: #331704;
 }
 .BgClassName
 {
   background-color: #331704;
 }
</style>

border-color css

<style>
 span { border-color: #331704; }

 span { border-color: rgb(51,23,4); }

 td.TdClassName
 {
   border-color: #331704;
 }
 .TagClassName
 {
   border-color: #331704;
 }
</style>