Html Css Color HEX #351E02 Cocoa Brown

📋 copy color: '#351E02'

red 53 ◦ green 30 ◦ blue 2

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

Shades of Cocoa Brown #351E02

Tints of Cocoa Brown #351E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.35%

R = 62.35%
G = 35.29%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#351E02 (or 0x351E02) is known color: Cocoa Brown. HEX triplet: 35, 1E and 02. RGB value is (53,30,2). Sum of RGB (Red+Green+Blue) = 53+30+2=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #351E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E02 is #CAE1FD. Grayscale: #212121. Windows color (decimal): -13296126 or 138805. OLE color: 138805.

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

Color convert

RGB 53 30 2 -
CMYK 0 0.43 0.96 0.79
HSL 32.94º 0.93% 0.11% -
HSV(B) 32.94º 0.96% 0.21% -
XYZ 1.94 1.69 0.28 -
YUV 33.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 53 30 2 0 0.43 0.96 0.79 32.94 0.93 0.11
Hex 35 1E 2 0 2B 60 4F 21 5D B
Octal 65 36 2 0 53 140 117 41 135 13
Binary 110101 11110 10 0 101011 1100000 1001111 100001 1011101 1011

Color Harmonies of #351E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E02

Black with #351E02

Text Example


Text Example

White with #351E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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