#39380F

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

Shades of Karaka #39380F

Tints of Karaka #39380F

Color information

#39380F (or 0x39380F) is unknown color: approx Karaka. HEX triplet: 39, 38 and 0F. RGB value is (57,56,15). Sum of RGB (Red+Green+Blue) = 57+56+15=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #39380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39380F is #C6C7F0. Grayscale: #333333. Windows color (decimal): -13027313 or 997433. OLE color: 997433.

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

Color convert

RGB575615-
CMYK00.020.740.78
HSL58.57º58.33%14.12%-
HSV(B)58.57º73.68%22.35%-
XYZ3.193.731-
YUV51.62107.33131.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 56 (22.27% from 255) = 43.75%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=44.53%
G=43.75%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57561500.020.740.7858.5758.3314.12
Hex3938F024A4E3b3ae
Octal71701702112116737216
Binary1110011110001111010100101010011101110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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