#393503

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

Shades of Karaka #393503

Tints of Karaka #393503

Color information

#393503 (or 0x393503) is unknown color: approx Karaka. HEX triplet: 39, 35 and 03. RGB value is (57,53,3). Sum of RGB (Red+Green+Blue) = 57+53+3=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #393503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393503 is #C6CAFC. Grayscale: #303030. Windows color (decimal): -13028093 or 210233. OLE color: 210233.

HSL color Cylindrical-coordinate representation of color #393503: hue angle of 55.56º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #393503 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB57533-
CMYK00.070.950.78
HSL55.56º90%11.76%-
HSV(B)55.56º94.74%22.35%-
XYZ2.983.420.59-
YUV48.5102.33134.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 53 (21.09% from 255) = 46.90%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=50.44%
G=46.90%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5753300.070.950.7855.569011.76
Hex39353075F4E385ac
Octal71653071371167013214
Binary1110011101011101111011111100111011100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393503; }

 p { color: rgb(57,53,3); }

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

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

 a { background-color: rgb(57,53,3); }

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

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

 span { border-color: rgb(57,53,3); }

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