Html Css Color HEX #351F0F Cocoa Brown

📋 copy color: '#351F0F'

red 53 ◦ green 31 ◦ blue 15

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

Shades of Cocoa Brown #351F0F

Tints of Cocoa Brown #351F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.15%

R = 53.54%
G = 31.31%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#351F0F (or 0x351F0F) is known color: Cocoa Brown. HEX triplet: 35, 1F and 0F. RGB value is (53,31,15). Sum of RGB (Red+Green+Blue) = 53+31+15=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #351F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F0F is #CAE0F0. Grayscale: #232323. Windows color (decimal): -13295857 or 991029. OLE color: 991029.

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

Color convert

RGB 53 31 15 -
CMYK 0 0.42 0.72 0.79
HSL 25.26º 0.56% 0.13% -
HSV(B) 25.26º 0.72% 0.21% -
XYZ 2.04 1.77 0.69 -
YUV 35.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 53 31 15 0 0.42 0.72 0.79 25.26 0.56 0.13
Hex 35 1F F 0 2A 48 4F 19 38 D
Octal 65 37 17 0 52 110 117 31 70 15
Binary 110101 11111 1111 0 101010 1001000 1001111 11001 111000 1101

Color Harmonies of #351F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F0F

Black with #351F0F

Text Example


Text Example

White with #351F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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