Html Css Color HEX #351A00 Cocoa Brown

📋 copy color: '#351A00'

red 53 ◦ green 26 ◦ blue 0

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

Shades of Cocoa Brown #351A00

Tints of Cocoa Brown #351A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 32.91%

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

R = 67.09%
G = 32.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#351A00 (or 0x351A00) is known color: Cocoa Brown. HEX triplet: 35, 1A and 00. RGB value is (53,26,0). Sum of RGB (Red+Green+Blue) = 53+26+0=79 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.09% from 79); Green value is 26 (10.55% from 255 or 32.91% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 53 - color contains mainly: red. Hex color #351A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A00 is #CAE5FF. Grayscale: #1F1F1F. Windows color (decimal): -13297152 or 6709. OLE color: 6709.

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

Color convert

RGB 53 26 0 -
CMYK 0 0.51 1 0.79
HSL 29.43º 1% 0.1% -
HSV(B) 29.43º 1% 0.21% -
XYZ 1.84 1.5 0.19 -
YUV 31.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 53 26 0 0 0.51 1 0.79 29.43 1 0.1
Hex 35 1A 0 0 33 64 4F 1D 64 A
Octal 65 32 0 0 63 144 117 35 144 12
Binary 110101 11010 0 0 110011 1100100 1001111 11101 1100100 1010

Color Harmonies of #351A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351A00

Black with #351A00

Text Example


Text Example

White with #351A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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