Html Css Color HEX #332311 Cocoa Brown

📋 copy color: '#332311'

red 51 ◦ green 35 ◦ blue 17

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

Shades of Cocoa Brown #332311

Tints of Cocoa Brown #332311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.5%

R = 49.51%
G = 33.98%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#332311 (or 0x332311) is known color: Cocoa Brown. HEX triplet: 33, 23 and 11. RGB value is (51,35,17). Sum of RGB (Red+Green+Blue) = 51+35+17=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #332311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332311 is #CCDCEE. Grayscale: #252525. Windows color (decimal): -13425903 or 1123123. OLE color: 1123123.

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

Color convert

RGB 51 35 17 -
CMYK 0 0.31 0.67 0.8
HSL 31.76º 0.5% 0.13% -
HSV(B) 31.76º 0.67% 0.2% -
XYZ 2.07 1.95 0.8 -
YUV 37.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 51 35 17 0 0.31 0.67 0.8 31.76 0.5 0.13
Hex 33 23 11 0 1F 43 50 20 32 D
Octal 63 43 21 0 37 103 120 40 62 15
Binary 110011 100011 10001 0 11111 1000011 1010000 100000 110010 1101

Color Harmonies of #332311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332311

Black with #332311

Text Example


Text Example

White with #332311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332311; }

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

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

background-color css

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

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

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

border-color css

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

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

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