Html Css Color HEX #351F00 Cocoa Brown

📋 copy color: '#351F00'

red 53 ◦ green 31 ◦ blue 0

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

Shades of Cocoa Brown #351F00

Tints of Cocoa Brown #351F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.1%
G = 36.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#351F00 (or 0x351F00) is known color: Cocoa Brown. HEX triplet: 35, 1F and 00. RGB value is (53,31,0). Sum of RGB (Red+Green+Blue) = 53+31+0=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #351F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F00 is #CAE0FF. Grayscale: #222222. Windows color (decimal): -13295872 or 7989. OLE color: 7989.

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

Color convert

RGB 53 31 0 -
CMYK 0 0.42 1 0.79
HSL 35.09º 1% 0.1% -
HSV(B) 35.09º 1% 0.21% -
XYZ 1.96 1.74 0.23 -
YUV 34.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 53 31 0 0 0.42 1 0.79 35.09 1 0.1
Hex 35 1F 0 0 2A 64 4F 23 64 A
Octal 65 37 0 0 52 144 117 43 144 12
Binary 110101 11111 0 0 101010 1100100 1001111 100011 1100100 1010

Color Harmonies of #351F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F00

Black with #351F00

Text Example


Text Example

White with #351F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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