Html Css Color HEX #321E10 Cocoa Brown

📋 copy color: '#321E10'

red 50 ◦ green 30 ◦ blue 16

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

Shades of Cocoa Brown #321E10

Tints of Cocoa Brown #321E10

RGB

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

 GREEN value IS 30 (12.11% from 255) = 31.25%

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

R = 52.08%
G = 31.25%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.80

RGB Variations

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

Color information

#321E10 (or 0x321E10) is known color: Cocoa Brown. HEX triplet: 32, 1E and 10. RGB value is (50,30,16). Sum of RGB (Red+Green+Blue) = 50+30+16=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #321E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E10 is #CDE1EF. Grayscale: #222222. Windows color (decimal): -13492720 or 1056306. OLE color: 1056306.

HSL color Cylindrical-coordinate representation of color #321E10: hue angle of 24.71º 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 #321E10 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 30 16 -
CMYK 0 0.40 0.68 0.80
HSL 24.71º 0.52% 0.13% -
HSV(B) 24.71º 0.68% 0.2% -
XYZ 1.87 1.64 0.71 -
YUV 34.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 50 30 16 0 0.40 0.68 0.80 24.71 0.52 0.13
Hex 32 1E 10 0 28 44 50 19 34 D
Octal 62 36 20 0 50 104 120 31 64 15
Binary 110010 11110 10000 0 101000 1000100 1010000 11001 110100 1101

Color Harmonies of #321E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321E10

Black with #321E10

Text Example


Text Example

White with #321E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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