Html Css Color HEX #351F0E Cocoa Brown

📋 copy color: '#351F0E'

red 53 ◦ green 31 ◦ blue 14

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

Shades of Cocoa Brown #351F0E

Tints of Cocoa Brown #351F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 31.63%

 BLUE value IS 14 (5.86% from 255) = 14.29%

R = 54.08%
G = 31.63%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#351F0E (or 0x351F0E) is known color: Cocoa Brown. HEX triplet: 35, 1F and 0E. RGB value is (53,31,14). Sum of RGB (Red+Green+Blue) = 53+31+14=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #351F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F0E is #CAE0F1. Grayscale: #232323. Windows color (decimal): -13295858 or 925493. OLE color: 925493.

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

Color convert

RGB 53 31 14 -
CMYK 0 0.42 0.74 0.79
HSL 26.15º 0.58% 0.13% -
HSV(B) 26.15º 0.74% 0.21% -
XYZ 2.04 1.77 0.65 -
YUV 35.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 53 31 14 0 0.42 0.74 0.79 26.15 0.58 0.13
Hex 35 1F E 0 2A 4A 4F 1A 3A D
Octal 65 37 16 0 52 112 117 32 72 15
Binary 110101 11111 1110 0 101010 1001010 1001111 11010 111010 1101

Color Harmonies of #351F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F0E

Black with #351F0E

Text Example


Text Example

White with #351F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #351F0E;
 }
 .AnyTagClassName
 {
   color: #351F0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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