Html Css Color HEX #351F03 Cocoa Brown

📋 copy color: '#351F03'

red 53 ◦ green 31 ◦ blue 3

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

Shades of Cocoa Brown #351F03

Tints of Cocoa Brown #351F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.45%

R = 60.92%
G = 35.63%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#351F03 (or 0x351F03) is known color: Cocoa Brown. HEX triplet: 35, 1F and 03. RGB value is (53,31,3). Sum of RGB (Red+Green+Blue) = 53+31+3=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #351F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F03 is #CAE0FC. Grayscale: #222222. Windows color (decimal): -13295869 or 204597. OLE color: 204597.

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

Color convert

RGB 53 31 3 -
CMYK 0 0.42 0.94 0.79
HSL 33.6º 0.89% 0.11% -
HSV(B) 33.6º 0.94% 0.21% -
XYZ 1.97 1.74 0.32 -
YUV 34.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 53 31 3 0 0.42 0.94 0.79 33.6 0.89 0.11
Hex 35 1F 3 0 2A 5E 4F 22 59 B
Octal 65 37 3 0 52 136 117 42 131 13
Binary 110101 11111 11 0 101010 1011110 1001111 100010 1011001 1011

Color Harmonies of #351F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F03

Black with #351F03

Text Example


Text Example

White with #351F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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