Html Css Color HEX #351F0D Cocoa Brown

📋 copy color: '#351F0D'

red 53 ◦ green 31 ◦ blue 13

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

Shades of Cocoa Brown #351F0D

Tints of Cocoa Brown #351F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.4%

R = 54.64%
G = 31.96%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#351F0D (or 0x351F0D) is known color: Cocoa Brown. HEX triplet: 35, 1F and 0D. RGB value is (53,31,13). Sum of RGB (Red+Green+Blue) = 53+31+13=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #351F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F0D is #CAE0F2. Grayscale: #232323. Windows color (decimal): -13295859 or 859957. OLE color: 859957.

HSL color Cylindrical-coordinate representation of color #351F0D: hue angle of 27º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351F0D is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 31 13 -
CMYK 0 0.42 0.75 0.79
HSL 27º 0.61% 0.13% -
HSV(B) 27º 0.75% 0.21% -
XYZ 2.03 1.77 0.61 -
YUV 35.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 53 31 13 0 0.42 0.75 0.79 27 0.61 0.13
Hex 35 1F D 0 2A 4B 4F 1B 3D D
Octal 65 37 15 0 52 113 117 33 75 15
Binary 110101 11111 1101 0 101010 1001011 1001111 11011 111101 1101

Color Harmonies of #351F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F0D

Black with #351F0D

Text Example


Text Example

White with #351F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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