Html Css Color HEX #321D10 Cocoa Brown

📋 copy color: '#321D10'

red 50 ◦ green 29 ◦ blue 16

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

Shades of Cocoa Brown #321D10

Tints of Cocoa Brown #321D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.84%

R = 52.63%
G = 30.53%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.80

RGB Variations

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

Color information

#321D10 (or 0x321D10) is known color: Cocoa Brown. HEX triplet: 32, 1D and 10. RGB value is (50,29,16). Sum of RGB (Red+Green+Blue) = 50+29+16=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #321D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321D10 is #CDE2EF. Grayscale: #212121. Windows color (decimal): -13492976 or 1056050. OLE color: 1056050.

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

Color convert

RGB 50 29 16 -
CMYK 0 0.42 0.68 0.80
HSL 22.94º 0.52% 0.13% -
HSV(B) 22.94º 0.68% 0.2% -
XYZ 1.85 1.59 0.7 -
YUV 33.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 50 29 16 0 0.42 0.68 0.80 22.94 0.52 0.13
Hex 32 1D 10 0 2A 44 50 17 34 D
Octal 62 35 20 0 52 104 120 27 64 15
Binary 110010 11101 10000 0 101010 1000100 1010000 10111 110100 1101

Color Harmonies of #321D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321D10

Black with #321D10

Text Example


Text Example

White with #321D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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