Html Css Color HEX #351D00 Cocoa Brown

📋 copy color: '#351D00'

red 53 ◦ green 29 ◦ blue 0

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

Shades of Cocoa Brown #351D00

Tints of Cocoa Brown #351D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 35.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.63%
G = 35.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#351D00 (or 0x351D00) is known color: Cocoa Brown. HEX triplet: 35, 1D and 00. RGB value is (53,29,0). Sum of RGB (Red+Green+Blue) = 53+29+0=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #351D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D00 is #CAE2FF. Grayscale: #212121. Windows color (decimal): -13296384 or 7477. OLE color: 7477.

HSL color Cylindrical-coordinate representation of color #351D00: hue angle of 32.83º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #351D00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 29 0 -
CMYK 0 0.45 1 0.79
HSL 32.83º 1% 0.1% -
HSV(B) 32.83º 1% 0.21% -
XYZ 1.91 1.64 0.22 -
YUV 32.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 53 29 0 0 0.45 1 0.79 32.83 1 0.1
Hex 35 1D 0 0 2D 64 4F 21 64 A
Octal 65 35 0 0 55 144 117 41 144 12
Binary 110101 11101 0 0 101101 1100100 1001111 100001 1100100 1010

Color Harmonies of #351D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D00

Black with #351D00

Text Example


Text Example

White with #351D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,29,0); }

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

background-color css

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

 a { background-color: rgb(53,29,0); }

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

border-color css

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

 span { border-color: rgb(53,29,0); }

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