Html Css Color HEX #321D00 Cocoa Brown

📋 copy color: '#321D00'

red 50 ◦ green 29 ◦ blue 0

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

Shades of Cocoa Brown #321D00

Tints of Cocoa Brown #321D00

RGB

 RED value IS 50 (19.92% from 255) = 63.29%

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

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

R = 63.29%
G = 36.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#321D00 (or 0x321D00) is known color: Cocoa Brown. HEX triplet: 32, 1D and 00. RGB value is (50,29,0). Sum of RGB (Red+Green+Blue) = 50+29+0=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #321D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D00 is #CDE2FF. Grayscale: #202020. Windows color (decimal): -13492992 or 7474. OLE color: 7474.

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

Color convert

RGB 50 29 0 -
CMYK 0 0.42 1 0.80
HSL 34.8º 1% 0.1% -
HSV(B) 34.8º 1% 0.2% -
XYZ 1.75 1.56 0.21 -
YUV 31.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 50 29 0 0 0.42 1 0.80 34.8 1 0.1
Hex 32 1D 0 0 2A 64 50 23 64 A
Octal 62 35 0 0 52 144 120 43 144 12
Binary 110010 11101 0 0 101010 1100100 1010000 100011 1100100 1010

Color Harmonies of #321D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321D00

Black with #321D00

Text Example


Text Example

White with #321D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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