Html Css Color HEX #332518 Cocoa Brown

📋 copy color: '#332518'

red 51 ◦ green 37 ◦ blue 24

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

Shades of Cocoa Brown #332518

Tints of Cocoa Brown #332518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.04%

 BLUE value IS 24 (9.77% from 255) = 21.43%

R = 45.54%
G = 33.04%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#332518 (or 0x332518) is known color: Cocoa Brown. HEX triplet: 33, 25 and 18. RGB value is (51,37,24). Sum of RGB (Red+Green+Blue) = 51+37+24=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #332518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332518 is #CCDAE7. Grayscale: #272727. Windows color (decimal): -13425384 or 1582387. OLE color: 1582387.

HSL color Cylindrical-coordinate representation of color #332518: hue angle of 28.89º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #332518 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 37 24 -
CMYK 0 0.27 0.53 0.8
HSL 28.89º 0.36% 0.15% -
HSV(B) 28.89º 0.53% 0.2% -
XYZ 2.19 2.09 1.15 -
YUV 39.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 51 37 24 0 0.27 0.53 0.8 28.89 0.36 0.15
Hex 33 25 18 0 1B 35 50 1D 24 F
Octal 63 45 30 0 33 65 120 35 44 17
Binary 110011 100101 11000 0 11011 110101 1010000 11101 100100 1111

Color Harmonies of #332518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332518

Black with #332518

Text Example


Text Example

White with #332518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332518; }

 p { color: rgb(51,37,24); }

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

background-color css

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

 a { background-color: rgb(51,37,24); }

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

border-color css

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

 span { border-color: rgb(51,37,24); }

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