Html Css Color HEX #35220C Cocoa Brown

📋 copy color: '#35220C'

red 53 ◦ green 34 ◦ blue 12

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

Shades of Cocoa Brown #35220C

Tints of Cocoa Brown #35220C

RGB

 RED value IS 53 (21.09% from 255) = 53.54%

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

 BLUE value IS 12 (5.08% from 255) = 12.12%

R = 53.54%
G = 34.34%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#35220C (or 0x35220C) is known color: Cocoa Brown. HEX triplet: 35, 22 and 0C. RGB value is (53,34,12). Sum of RGB (Red+Green+Blue) = 53+34+12=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #35220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35220C is #CADDF3. Grayscale: #252525. Windows color (decimal): -13295092 or 795189. OLE color: 795189.

HSL color Cylindrical-coordinate representation of color #35220C: hue angle of 32.2º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35220C is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 34 12 -
CMYK 0 0.36 0.77 0.79
HSL 32.2º 0.63% 0.13% -
HSV(B) 32.2º 0.77% 0.21% -
XYZ 2.11 1.93 0.61 -
YUV 37.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 53 34 12 0 0.36 0.77 0.79 32.2 0.63 0.13
Hex 35 22 C 0 24 4D 4F 20 3F D
Octal 65 42 14 0 44 115 117 40 77 15
Binary 110101 100010 1100 0 100100 1001101 1001111 100000 111111 1101

Color Harmonies of #35220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35220C

Black with #35220C

Text Example


Text Example

White with #35220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35220C; }

 p { color: rgb(53,34,12); }

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

background-color css

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

 a { background-color: rgb(53,34,12); }

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

border-color css

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

 span { border-color: rgb(53,34,12); }

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