Html Css Color HEX #332208 Cocoa Brown

📋 copy color: '#332208'

red 51 ◦ green 34 ◦ blue 8

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

Shades of Cocoa Brown #332208

Tints of Cocoa Brown #332208

RGB

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

 GREEN value IS 34 (13.67% from 255) = 36.56%

 BLUE value IS 8 (3.52% from 255) = 8.6%

R = 54.84%
G = 36.56%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#332208 (or 0x332208) is known color: Cocoa Brown. HEX triplet: 33, 22 and 08. RGB value is (51,34,8). Sum of RGB (Red+Green+Blue) = 51+34+8=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #332208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332208 is #CCDDF7. Grayscale: #242424. Windows color (decimal): -13426168 or 533043. OLE color: 533043.

HSL color Cylindrical-coordinate representation of color #332208: hue angle of 36.28º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #332208 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 34 8 -
CMYK 0 0.33 0.84 0.8
HSL 36.28º 0.73% 0.12% -
HSV(B) 36.28º 0.84% 0.2% -
XYZ 1.98 1.87 0.49 -
YUV 36.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 51 34 8 0 0.33 0.84 0.8 36.28 0.73 0.12
Hex 33 22 8 0 21 54 50 24 49 C
Octal 63 42 10 0 41 124 120 44 111 14
Binary 110011 100010 1000 0 100001 1010100 1010000 100100 1001001 1100

Color Harmonies of #332208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332208

Black with #332208

Text Example


Text Example

White with #332208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332208; }

 p { color: rgb(51,34,8); }

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

background-color css

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

 a { background-color: rgb(51,34,8); }

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

border-color css

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

 span { border-color: rgb(51,34,8); }

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