Html Css Color HEX #321B09 Cocoa Brown

📋 copy color: '#321B09'

red 50 ◦ green 27 ◦ blue 9

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

Shades of Cocoa Brown #321B09

Tints of Cocoa Brown #321B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 31.4%

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

R = 58.14%
G = 31.4%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.80

RGB Variations

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

Color information

#321B09 (or 0x321B09) is known color: Cocoa Brown. HEX triplet: 32, 1B and 09. RGB value is (50,27,9). Sum of RGB (Red+Green+Blue) = 50+27+9=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #321B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B09 is #CDE4F6. Grayscale: #1F1F1F. Windows color (decimal): -13493495 or 596786. OLE color: 596786.

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

Color convert

RGB 50 27 9 -
CMYK 0 0.46 0.82 0.80
HSL 26.34º 0.69% 0.12% -
HSV(B) 26.34º 0.82% 0.2% -
XYZ 1.76 1.48 0.45 -
YUV 31.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 50 27 9 0 0.46 0.82 0.80 26.34 0.69 0.12
Hex 32 1B 9 0 2E 52 50 1A 45 C
Octal 62 33 11 0 56 122 120 32 105 14
Binary 110010 11011 1001 0 101110 1010010 1010000 11010 1000101 1100

Color Harmonies of #321B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321B09

Black with #321B09

Text Example


Text Example

White with #321B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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