#35230E

Color #35230E Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #35230E

Tints of Cocoa Brown #35230E

Color information

#35230E (or 0x35230E) is unknown color: approx Cocoa Brown. HEX triplet: 35, 23 and 0E. RGB value is (53,35,14). Sum of RGB (Red+Green+Blue) = 53+35+14=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35230E is #CADCF1. Grayscale: #262626. Windows color (decimal): -13294834 or 926517. OLE color: 926517.

HSL color Cylindrical-coordinate representation of color #35230E: hue angle of 32.31º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35230E is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB533514-
CMYK00.340.740.79
HSL32.31º58.21%13.14%-
HSV(B)32.31º73.58%20.78%-
XYZ2.151.990.69-
YUV37.99114.46138.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 35 (14.06% from 255) = 34.31%
BLUE value IS 14 (5.86% from 255) = 13.73%
R=51.96%
G=34.31%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53351400.340.740.7932.3158.2113.14
Hex3523E0224A4F203ad
Octal654316042112117407215
Binary11010110001111100100010100101010011111000001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #35230E;
 }
 .AnyTagClassName
 {
   color: #35230E;
 }
</style>
background-color css

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

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

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

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

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

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