#321A07

Color #321A07 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #321A07

Tints of Cocoa Brown #321A07

Color information

#321A07 (or 0x321A07) is unknown color: approx Cocoa Brown. HEX triplet: 32, 1A and 07. RGB value is (50,26,7). Sum of RGB (Red+Green+Blue) = 50+26+7=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #321A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A07 is #CDE5F8. Grayscale: #1F1F1F. Windows color (decimal): -13493753 or 465458. OLE color: 465458.

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

Color convert

RGB50267-
CMYK00.480.860.80
HSL26.51º75.44%11.18%-
HSV(B)26.51º86%19.61%-
XYZ1.721.430.39-
YUV31.01114.45141.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 60.24%
GREEN value IS 26 (10.55% from 255) = 31.33%
BLUE value IS 7 (3.12% from 255) = 8.43%
R=60.24%
G=31.33%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5026700.480.860.8026.5175.4411.18
Hex321A703056501b4bb
Octal623270601261203311313
Binary110010110101110110000101011010100001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #321A07;
 }
 .AnyTagClassName
 {
   color: #321A07;
 }
</style>
background-color css

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

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

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

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

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

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