Html Css Color HEX #332315 Cocoa Brown

📋 copy color: '#332315'

red 51 ◦ green 35 ◦ blue 21

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

Shades of Cocoa Brown #332315

Tints of Cocoa Brown #332315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.71%

 BLUE value IS 21 (8.59% from 255) = 19.63%

R = 47.66%
G = 32.71%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#332315 (or 0x332315) is known color: Cocoa Brown. HEX triplet: 33, 23 and 15. RGB value is (51,35,21). Sum of RGB (Red+Green+Blue) = 51+35+21=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #332315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332315 is #CCDCEA. Grayscale: #262626. Windows color (decimal): -13425899 or 1385267. OLE color: 1385267.

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

Color convert

RGB 51 35 21 -
CMYK 0 0.31 0.59 0.8
HSL 28º 0.42% 0.14% -
HSV(B) 28º 0.59% 0.2% -
XYZ 2.1 1.96 0.98 -
YUV 38.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 51 35 21 0 0.31 0.59 0.8 28 0.42 0.14
Hex 33 23 15 0 1F 3B 50 1C 2A E
Octal 63 43 25 0 37 73 120 34 52 16
Binary 110011 100011 10101 0 11111 111011 1010000 11100 101010 1110

Color Harmonies of #332315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332315

Black with #332315

Text Example


Text Example

White with #332315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332315; }

 p { color: rgb(51,35,21); }

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

background-color css

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

 a { background-color: rgb(51,35,21); }

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

border-color css

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

 span { border-color: rgb(51,35,21); }

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