#351E0E

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

Shades of Cocoa Brown #351E0E

Tints of Cocoa Brown #351E0E

Color information

#351E0E (or 0x351E0E) is unknown color: approx Cocoa Brown. HEX triplet: 35, 1E and 0E. RGB value is (53,30,14). Sum of RGB (Red+Green+Blue) = 53+30+14=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #351E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E0E is #CAE1F1. Grayscale: #232323. Windows color (decimal): -13296114 or 925237. OLE color: 925237.

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

Color convert

RGB533014-
CMYK00.430.740.79
HSL24.62º58.21%13.14%-
HSV(B)24.62º73.58%20.78%-
XYZ2.011.720.64-
YUV35.05116.12140.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.64%
GREEN value IS 30 (12.11% from 255) = 30.93%
BLUE value IS 14 (5.86% from 255) = 14.43%
R=54.64%
G=30.93%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53301400.430.740.7924.6258.2113.14
Hex351EE02B4A4F193ad
Octal653616053112117317215
Binary110101111101110010101110010101001111110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351E0E; }

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

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

<style>
 a { background-color: #351E0E; }

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

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

<style>
 span { border-color: #351E0E; }

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

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