#39360D

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

Shades of Karaka #39360D

Tints of Karaka #39360D

Color information

#39360D (or 0x39360D) is unknown color: approx Karaka. HEX triplet: 39, 36 and 0D. RGB value is (57,54,13). Sum of RGB (Red+Green+Blue) = 57+54+13=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #39360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39360D is #C6C9F2. Grayscale: #323232. Windows color (decimal): -13027827 or 865849. OLE color: 865849.

HSL color Cylindrical-coordinate representation of color #39360D: hue angle of 55.91º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39360D is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB575413-
CMYK00.050.770.78
HSL55.91º62.86%13.73%-
HSV(B)55.91º77.19%22.35%-
XYZ3.083.540.9-
YUV50.22106.99132.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=45.97%
G=43.55%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57541300.050.770.7855.9162.8613.73
Hex3936D054D4E383fe
Octal71661505115116707716
Binary11100111011011010101100110110011101110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39360D; }

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

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

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

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

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

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

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

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