Html Css Color HEX #332312 Cocoa Brown

📋 copy color: '#332312'

red 51 ◦ green 35 ◦ blue 18

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

Shades of Cocoa Brown #332312

Tints of Cocoa Brown #332312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.65%

 BLUE value IS 18 (7.42% from 255) = 17.31%

R = 49.04%
G = 33.65%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#332312 (or 0x332312) is known color: Cocoa Brown. HEX triplet: 33, 23 and 12. RGB value is (51,35,18). Sum of RGB (Red+Green+Blue) = 51+35+18=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #332312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332312 is #CCDCED. Grayscale: #252525. Windows color (decimal): -13425902 or 1188659. OLE color: 1188659.

HSL color Cylindrical-coordinate representation of color #332312: hue angle of 30.91º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #332312 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 35 18 -
CMYK 0 0.31 0.65 0.8
HSL 30.91º 0.48% 0.14% -
HSV(B) 30.91º 0.65% 0.2% -
XYZ 2.08 1.95 0.84 -
YUV 37.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 51 35 18 0 0.31 0.65 0.8 30.91 0.48 0.14
Hex 33 23 12 0 1F 41 50 1F 30 E
Octal 63 43 22 0 37 101 120 37 60 16
Binary 110011 100011 10010 0 11111 1000001 1010000 11111 110000 1110

Color Harmonies of #332312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332312

Black with #332312

Text Example


Text Example

White with #332312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332312; }

 p { color: rgb(51,35,18); }

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

background-color css

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

 a { background-color: rgb(51,35,18); }

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

border-color css

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

 span { border-color: rgb(51,35,18); }

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