#393618

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

Shades of Karaka #393618

Tints of Karaka #393618

Color information

#393618 (or 0x393618) is unknown color: approx Karaka. HEX triplet: 39, 36 and 18. RGB value is (57,54,24). Sum of RGB (Red+Green+Blue) = 57+54+24=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #393618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393618 is #C6C9E7. Grayscale: #333333. Windows color (decimal): -13027816 or 1586745. OLE color: 1586745.

HSL color Cylindrical-coordinate representation of color #393618: hue angle of 54.55º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393618 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB575424-
CMYK00.050.580.78
HSL54.55º40.74%15.88%-
HSV(B)54.55º57.89%22.35%-
XYZ3.173.571.39-
YUV51.48112.49131.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 54 (21.48% from 255) = 40%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=42.22%
G=40%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57542400.050.580.7854.5540.7415.88
Hex393618053A4E372910
Octal7166300572116675120
Binary111001110110110000101111010100111011011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393618; }

 p { color: rgb(57,54,24); }

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

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

 a { background-color: rgb(57,54,24); }

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

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

 span { border-color: rgb(57,54,24); }

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