Html Css Color HEX #332410 Cocoa Brown

📋 copy color: '#332410'

red 51 ◦ green 36 ◦ blue 16

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

Shades of Cocoa Brown #332410

Tints of Cocoa Brown #332410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 34.95%

 BLUE value IS 16 (6.64% from 255) = 15.53%

R = 49.51%
G = 34.95%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#332410 (or 0x332410) is known color: Cocoa Brown. HEX triplet: 33, 24 and 10. RGB value is (51,36,16). Sum of RGB (Red+Green+Blue) = 51+36+16=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #332410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332410 is #CCDBEF. Grayscale: #262626. Windows color (decimal): -13425648 or 1057843. OLE color: 1057843.

HSL color Cylindrical-coordinate representation of color #332410: hue angle of 34.29º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332410 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 36 16 -
CMYK 0 0.29 0.69 0.8
HSL 34.29º 0.52% 0.13% -
HSV(B) 34.29º 0.69% 0.2% -
XYZ 2.09 2 0.77 -
YUV 38.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 51 36 16 0 0.29 0.69 0.8 34.29 0.52 0.13
Hex 33 24 10 0 1D 45 50 22 34 D
Octal 63 44 20 0 35 105 120 42 64 15
Binary 110011 100100 10000 0 11101 1000101 1010000 100010 110100 1101

Color Harmonies of #332410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332410

Black with #332410

Text Example


Text Example

White with #332410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332410; }

 p { color: rgb(51,36,16); }

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

background-color css

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

 a { background-color: rgb(51,36,16); }

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

border-color css

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

 span { border-color: rgb(51,36,16); }

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