Html Css Color HEX #332218 Cocoa Brown

📋 copy color: '#332218'

red 51 ◦ green 34 ◦ blue 24

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

Shades of Cocoa Brown #332218

Tints of Cocoa Brown #332218

RGB

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

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

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

R = 46.79%
G = 31.19%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#332218 (or 0x332218) is known color: Cocoa Brown. HEX triplet: 33, 22 and 18. RGB value is (51,34,24). Sum of RGB (Red+Green+Blue) = 51+34+24=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332218 is #CCDDE7. Grayscale: #262626. Windows color (decimal): -13426152 or 1581619. OLE color: 1581619.

HSL color Cylindrical-coordinate representation of color #332218: hue angle of 22.22º 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 #332218 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 34 24 -
CMYK 0 0.33 0.53 0.8
HSL 22.22º 0.36% 0.15% -
HSV(B) 22.22º 0.53% 0.2% -
XYZ 2.1 1.91 1.12 -
YUV 37.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 51 34 24 0 0.33 0.53 0.8 22.22 0.36 0.15
Hex 33 22 18 0 21 35 50 16 24 F
Octal 63 42 30 0 41 65 120 26 44 17
Binary 110011 100010 11000 0 100001 110101 1010000 10110 100100 1111

Color Harmonies of #332218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332218

Black with #332218

Text Example


Text Example

White with #332218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332218; }

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

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

background-color css

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

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

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

border-color css

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

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

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