#393502

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

Shades of Karaka #393502

Tints of Karaka #393502

Color information

#393502 (or 0x393502) is unknown color: approx Karaka. HEX triplet: 39, 35 and 02. RGB value is (57,53,2). Sum of RGB (Red+Green+Blue) = 57+53+2=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #393502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393502 is #C6CAFD. Grayscale: #303030. Windows color (decimal): -13028094 or 144697. OLE color: 144697.

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

Color convert

RGB57532-
CMYK00.070.960.78
HSL55.64º93.22%11.57%-
HSV(B)55.64º96.49%22.35%-
XYZ2.973.420.56-
YUV48.38101.83134.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.89%
GREEN value IS 53 (21.09% from 255) = 47.32%
BLUE value IS 2 (1.17% from 255) = 1.79%
R=50.89%
G=47.32%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5753200.070.960.7855.6493.2211.57
Hex3935207604E385dc
Octal71652071401167013514
Binary1110011101011001111100000100111011100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393502; }

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

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

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

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

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

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

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

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