Html Css Color HEX #321A09 Cocoa Brown

📋 copy color: '#321A09'

red 50 ◦ green 26 ◦ blue 9

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

Shades of Cocoa Brown #321A09

Tints of Cocoa Brown #321A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 10.59%

R = 58.82%
G = 30.59%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#321A09 (or 0x321A09) is known color: Cocoa Brown. HEX triplet: 32, 1A and 09. RGB value is (50,26,9). Sum of RGB (Red+Green+Blue) = 50+26+9=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #321A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A09 is #CDE5F6. Grayscale: #1F1F1F. Windows color (decimal): -13493751 or 596530. OLE color: 596530.

HSL color Cylindrical-coordinate representation of color #321A09: hue angle of 24.88º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321A09 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 26 9 -
CMYK 0 0.48 0.82 0.80
HSL 24.88º 0.69% 0.12% -
HSV(B) 24.88º 0.82% 0.2% -
XYZ 1.73 1.44 0.44 -
YUV 31.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 50 26 9 0 0.48 0.82 0.80 24.88 0.69 0.12
Hex 32 1A 9 0 30 52 50 19 45 C
Octal 62 32 11 0 60 122 120 31 105 14
Binary 110010 11010 1001 0 110000 1010010 1010000 11001 1000101 1100

Color Harmonies of #321A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321A09

Black with #321A09

Text Example


Text Example

White with #321A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,26,9); }

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

background-color css

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

 a { background-color: rgb(50,26,9); }

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

border-color css

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

 span { border-color: rgb(50,26,9); }

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