#32320D

Color #32320D Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #32320D

Tints of Karaka #32320D

Color information

#32320D (or 0x32320D) is unknown color: approx Karaka. HEX triplet: 32, 32 and 0D. RGB value is (50,50,13). Sum of RGB (Red+Green+Blue) = 50+50+13=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 50 - color contains mainly: red, green. Hex color #32320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32320D is #CDCDF2. Grayscale: #2D2D2D. Windows color (decimal): -13487603 or 864818. OLE color: 864818.

HSL color Cylindrical-coordinate representation of color #32320D: hue angle of 60º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32320D is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB505013-
CMYK000.740.80
HSL60º58.73%12.35%-
HSV(B)60º74%19.61%-
XYZ2.532.990.82-
YUV45.78109.5131.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=44.25%
G=44.25%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505013000.740.806058.7312.35
Hex3232D004A503c3bc
Octal62621500112120747314
Binary110010110010110100100101010100001111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32320D; }

 p { color: rgb(50,50,13); }

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

<style>
 a { background-color: #32320D; }

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

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

<style>
 span { border-color: #32320D; }

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

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