Html Css Color HEX #332413 Cocoa Brown

📋 copy color: '#332413'

red 51 ◦ green 36 ◦ blue 19

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

Shades of Cocoa Brown #332413

Tints of Cocoa Brown #332413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.92%

R = 48.11%
G = 33.96%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#332413 (or 0x332413) is known color: Cocoa Brown. HEX triplet: 33, 24 and 13. RGB value is (51,36,19). Sum of RGB (Red+Green+Blue) = 51+36+19=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332413 is #CCDBEC. Grayscale: #262626. Windows color (decimal): -13425645 or 1254451. OLE color: 1254451.

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

Color convert

RGB 51 36 19 -
CMYK 0 0.29 0.63 0.8
HSL 31.88º 0.46% 0.14% -
HSV(B) 31.88º 0.63% 0.2% -
XYZ 2.11 2.01 0.89 -
YUV 38.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 51 36 19 0 0.29 0.63 0.8 31.88 0.46 0.14
Hex 33 24 13 0 1D 3F 50 20 2E E
Octal 63 44 23 0 35 77 120 40 56 16
Binary 110011 100100 10011 0 11101 111111 1010000 100000 101110 1110

Color Harmonies of #332413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332413

Black with #332413

Text Example


Text Example

White with #332413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332413; }

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

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

background-color css

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

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

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

border-color css

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

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

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