#39360C

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

Shades of Karaka #39360C

Tints of Karaka #39360C

Color information

#39360C (or 0x39360C) is unknown color: approx Karaka. HEX triplet: 39, 36 and 0C. RGB value is (57,54,12). Sum of RGB (Red+Green+Blue) = 57+54+12=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #39360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39360C is #C6C9F3. Grayscale: #323232. Windows color (decimal): -13027828 or 800313. OLE color: 800313.

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

Color convert

RGB575412-
CMYK00.050.790.78
HSL56º65.22%13.53%-
HSV(B)56º78.95%22.35%-
XYZ3.073.530.87-
YUV50.11106.49132.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 54 (21.48% from 255) = 43.90%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=46.34%
G=43.90%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57541200.050.790.785665.2213.53
Hex3936C054F4E3841e
Octal716614051171167010116
Binary111001110110110001011001111100111011100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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