Html Css Color HEX #351F06 Cocoa Brown

📋 copy color: '#351F06'

red 53 ◦ green 31 ◦ blue 6

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

Shades of Cocoa Brown #351F06

Tints of Cocoa Brown #351F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.67%

R = 58.89%
G = 34.44%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#351F06 (or 0x351F06) is known color: Cocoa Brown. HEX triplet: 35, 1F and 06. RGB value is (53,31,6). Sum of RGB (Red+Green+Blue) = 53+31+6=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #351F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F06 is #CAE0F9. Grayscale: #222222. Windows color (decimal): -13295866 or 401205. OLE color: 401205.

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

Color convert

RGB 53 31 6 -
CMYK 0 0.42 0.89 0.79
HSL 31.91º 0.8% 0.12% -
HSV(B) 31.91º 0.89% 0.21% -
XYZ 1.99 1.75 0.41 -
YUV 34.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 53 31 6 0 0.42 0.89 0.79 31.91 0.8 0.12
Hex 35 1F 6 0 2A 59 4F 20 50 C
Octal 65 37 6 0 52 131 117 40 120 14
Binary 110101 11111 110 0 101010 1011001 1001111 100000 1010000 1100

Color Harmonies of #351F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F06

Black with #351F06

Text Example


Text Example

White with #351F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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