#33320D

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

Shades of Karaka #33320D

Tints of Karaka #33320D

Color information

#33320D (or 0x33320D) is unknown color: approx Karaka. HEX triplet: 33, 32 and 0D. RGB value is (51,50,13). Sum of RGB (Red+Green+Blue) = 51+50+13=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #33320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33320D is #CCCDF2. Grayscale: #2E2E2E. Windows color (decimal): -13422067 or 864819. OLE color: 864819.

HSL color Cylindrical-coordinate representation of color #33320D: hue angle of 58.42º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33320D is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB515013-
CMYK00.020.750.8
HSL58.42º59.38%12.55%-
HSV(B)58.42º74.51%20%-
XYZ2.583.010.83-
YUV46.08109.33131.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.74%
GREEN value IS 50 (19.92% from 255) = 43.86%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=44.74%
G=43.86%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51501300.020.750.858.4259.3812.55
Hex3332D024B503a3bd
Octal63621502113120727315
Binary1100111100101101010100101110100001110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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