Html Css Color HEX #351F05 Cocoa Brown

📋 copy color: '#351F05'

red 53 ◦ green 31 ◦ blue 5

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

Shades of Cocoa Brown #351F05

Tints of Cocoa Brown #351F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.62%

R = 59.55%
G = 34.83%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#351F05 (or 0x351F05) is known color: Cocoa Brown. HEX triplet: 35, 1F and 05. RGB value is (53,31,5). Sum of RGB (Red+Green+Blue) = 53+31+5=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #351F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F05 is #CAE0FA. Grayscale: #222222. Windows color (decimal): -13295867 or 335669. OLE color: 335669.

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

Color convert

RGB 53 31 5 -
CMYK 0 0.42 0.91 0.79
HSL 32.5º 0.83% 0.11% -
HSV(B) 32.5º 0.91% 0.21% -
XYZ 1.99 1.75 0.38 -
YUV 34.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 53 31 5 0 0.42 0.91 0.79 32.5 0.83 0.11
Hex 35 1F 5 0 2A 5B 4F 20 53 B
Octal 65 37 5 0 52 133 117 40 123 13
Binary 110101 11111 101 0 101010 1011011 1001111 100000 1010011 1011

Color Harmonies of #351F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F05

Black with #351F05

Text Example


Text Example

White with #351F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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