#35230B

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

Shades of Cocoa Brown #35230B

Tints of Cocoa Brown #35230B

Color information

#35230B (or 0x35230B) is unknown color: approx Cocoa Brown. HEX triplet: 35, 23 and 0B. RGB value is (53,35,11). Sum of RGB (Red+Green+Blue) = 53+35+11=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #35230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35230B is #CADCF4. Grayscale: #252525. Windows color (decimal): -13294837 or 729909. OLE color: 729909.

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

Color convert

RGB533511-
CMYK00.340.790.79
HSL34.29º65.62%12.55%-
HSV(B)34.29º79.25%20.78%-
XYZ2.131.980.59-
YUV37.65112.96138.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53.54%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=53.54%
G=35.35%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53351100.340.790.7934.2965.6212.55
Hex3523B0224F4F2242d
Octal6543130421171174210215
Binary110101100011101101000101001111100111110001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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