Html Css Color HEX #351C00 Cocoa Brown

📋 copy color: '#351C00'

red 53 ◦ green 28 ◦ blue 0

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

Shades of Cocoa Brown #351C00

Tints of Cocoa Brown #351C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 34.57%

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

R = 65.43%
G = 34.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#351C00 (or 0x351C00) is known color: Cocoa Brown. HEX triplet: 35, 1C and 00. RGB value is (53,28,0). Sum of RGB (Red+Green+Blue) = 53+28+0=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #351C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C00 is #CAE3FF. Grayscale: #202020. Windows color (decimal): -13296640 or 7221. OLE color: 7221.

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

Color convert

RGB 53 28 0 -
CMYK 0 0.47 1 0.79
HSL 31.7º 1% 0.1% -
HSV(B) 31.7º 1% 0.21% -
XYZ 1.88 1.59 0.21 -
YUV 32.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 53 28 0 0 0.47 1 0.79 31.7 1 0.1
Hex 35 1C 0 0 2F 64 4F 20 64 A
Octal 65 34 0 0 57 144 117 40 144 12
Binary 110101 11100 0 0 101111 1100100 1001111 100000 1100100 1010

Color Harmonies of #351C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C00

Black with #351C00

Text Example


Text Example

White with #351C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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