Html Css Color HEX #35230C Cocoa Brown

📋 copy color: '#35230C'

red 53 ◦ green 35 ◦ blue 12

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

Shades of Cocoa Brown #35230C

Tints of Cocoa Brown #35230C

RGB

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

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

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

R = 53%
G = 35%
B = 12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#35230C (or 0x35230C) is known color: Cocoa Brown. HEX triplet: 35, 23 and 0C. RGB value is (53,35,12). Sum of RGB (Red+Green+Blue) = 53+35+12=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35230C is #CADCF3. Grayscale: #252525. Windows color (decimal): -13294836 or 795445. OLE color: 795445.

HSL color Cylindrical-coordinate representation of color #35230C: hue angle of 33.66º 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 #35230C is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 35 12 -
CMYK 0 0.34 0.77 0.79
HSL 33.66º 0.63% 0.13% -
HSV(B) 33.66º 0.77% 0.21% -
XYZ 2.14 1.99 0.62 -
YUV 37.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 53 35 12 0 0.34 0.77 0.79 33.66 0.63 0.13
Hex 35 23 C 0 22 4D 4F 22 3F D
Octal 65 43 14 0 42 115 117 42 77 15
Binary 110101 100011 1100 0 100010 1001101 1001111 100010 111111 1101

Color Harmonies of #35230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35230C

Black with #35230C

Text Example


Text Example

White with #35230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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