Html Css Color HEX #351E03 Cocoa Brown

📋 copy color: '#351E03'

red 53 ◦ green 30 ◦ blue 3

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

Shades of Cocoa Brown #351E03

Tints of Cocoa Brown #351E03

RGB

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

 GREEN value IS 30 (12.11% from 255) = 34.88%

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

R = 61.63%
G = 34.88%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.79

RGB Variations

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

Color information

#351E03 (or 0x351E03) is known color: Cocoa Brown. HEX triplet: 35, 1E and 03. RGB value is (53,30,3). Sum of RGB (Red+Green+Blue) = 53+30+3=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #351E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E03 is #CAE1FC. Grayscale: #212121. Windows color (decimal): -13296125 or 204341. OLE color: 204341.

HSL color Cylindrical-coordinate representation of color #351E03: hue angle of 32.4º 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 #351E03 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 30 3 -
CMYK 0 0.43 0.94 0.79
HSL 32.4º 0.89% 0.11% -
HSV(B) 32.4º 0.94% 0.21% -
XYZ 1.95 1.69 0.31 -
YUV 33.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 53 30 3 0 0.43 0.94 0.79 32.4 0.89 0.11
Hex 35 1E 3 0 2B 5E 4F 20 59 B
Octal 65 36 3 0 53 136 117 40 131 13
Binary 110101 11110 11 0 101011 1011110 1001111 100000 1011001 1011

Color Harmonies of #351E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E03

Black with #351E03

Text Example


Text Example

White with #351E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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