#39380E

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

Shades of Karaka #39380E

Tints of Karaka #39380E

Color information

#39380E (or 0x39380E) is unknown color: approx Karaka. HEX triplet: 39, 38 and 0E. RGB value is (57,56,14). Sum of RGB (Red+Green+Blue) = 57+56+14=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #39380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39380E is #C6C7F1. Grayscale: #333333. Windows color (decimal): -13027314 or 931897. OLE color: 931897.

HSL color Cylindrical-coordinate representation of color #39380E: hue angle of 58.6º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39380E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB575614-
CMYK00.020.750.78
HSL58.6º60.56%13.92%-
HSV(B)58.6º75.44%22.35%-
XYZ3.183.730.97-
YUV51.51106.83131.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 56 (22.27% from 255) = 44.09%
BLUE value IS 14 (5.86% from 255) = 11.02%
R=44.88%
G=44.09%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57561400.020.750.7858.660.5613.92
Hex3938E024B4E3b3de
Octal71701602113116737516
Binary1110011110001110010100101110011101110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39380E; }

 p { color: rgb(57,56,14); }

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

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

 a { background-color: rgb(57,56,14); }

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

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

 span { border-color: rgb(57,56,14); }

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