#35250E

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

Shades of Cocoa Brown #35250E

Tints of Cocoa Brown #35250E

Color information

#35250E (or 0x35250E) is unknown color: approx Cocoa Brown. HEX triplet: 35, 25 and 0E. RGB value is (53,37,14). Sum of RGB (Red+Green+Blue) = 53+37+14=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #35250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35250E is #CADAF1. Grayscale: #272727. Windows color (decimal): -13294322 or 927029. OLE color: 927029.

HSL color Cylindrical-coordinate representation of color #35250E: hue angle of 35.38º 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 #35250E is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB533714-
CMYK00.300.740.79
HSL35.38º58.21%13.14%-
HSV(B)35.38º73.58%20.78%-
XYZ2.212.110.71-
YUV39.16113.8137.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 14 (5.86% from 255) = 13.46%
R=50.96%
G=35.58%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53371400.300.740.7935.3858.2113.14
Hex3525E01E4A4F233ad
Octal654516036112117437215
Binary1101011001011110011110100101010011111000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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