Html Css Color HEX #332618 Cocoa Brown

📋 copy color: '#332618'

red 51 ◦ green 38 ◦ blue 24

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

Shades of Cocoa Brown #332618

Tints of Cocoa Brown #332618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.63%

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

R = 45.13%
G = 33.63%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#332618 (or 0x332618) is known color: Cocoa Brown. HEX triplet: 33, 26 and 18. RGB value is (51,38,24). Sum of RGB (Red+Green+Blue) = 51+38+24=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #332618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332618 is #CCD9E7. Grayscale: #282828. Windows color (decimal): -13425128 or 1582643. OLE color: 1582643.

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

Color convert

RGB 51 38 24 -
CMYK 0 0.25 0.53 0.8
HSL 31.11º 0.36% 0.15% -
HSV(B) 31.11º 0.53% 0.2% -
XYZ 2.22 2.16 1.16 -
YUV 40.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 51 38 24 0 0.25 0.53 0.8 31.11 0.36 0.15
Hex 33 26 18 0 19 35 50 1F 24 F
Octal 63 46 30 0 31 65 120 37 44 17
Binary 110011 100110 11000 0 11001 110101 1010000 11111 100100 1111

Color Harmonies of #332618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332618

Black with #332618

Text Example


Text Example

White with #332618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332618; }

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

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

background-color css

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

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

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

border-color css

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

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

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