#393605

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

Shades of Karaka #393605

Tints of Karaka #393605

Color information

#393605 (or 0x393605) is unknown color: approx Karaka. HEX triplet: 39, 36 and 05. RGB value is (57,54,5). Sum of RGB (Red+Green+Blue) = 57+54+5=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #393605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393605 is #C6C9FA. Grayscale: #313131. Windows color (decimal): -13027835 or 341561. OLE color: 341561.

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

Color convert

RGB57545-
CMYK00.050.910.78
HSL56.54º83.87%12.16%-
HSV(B)56.54º91.23%22.35%-
XYZ3.033.520.66-
YUV49.31102.99133.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 54 (21.48% from 255) = 46.55%
BLUE value IS 5 (2.34% from 255) = 4.31%
R=49.14%
G=46.55%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5754500.050.910.7856.5483.8712.16
Hex39365055B4E3954c
Octal71665051331167112414
Binary11100111011010101011011011100111011100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393605; }

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

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

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

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

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

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

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

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