#36340A

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

Shades of Karaka #36340A

Tints of Karaka #36340A

Color information

#36340A (or 0x36340A) is unknown color: approx Karaka. HEX triplet: 36, 34 and 0A. RGB value is (54,52,10). Sum of RGB (Red+Green+Blue) = 54+52+10=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #36340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36340A is #C9CBF5. Grayscale: #2F2F2F. Windows color (decimal): -13224950 or 668726. OLE color: 668726.

HSL color Cylindrical-coordinate representation of color #36340A: hue angle of 57.27º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36340A is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB545210-
CMYK00.040.810.79
HSL57.27º68.75%12.55%-
HSV(B)57.27º81.48%21.18%-
XYZ2.83.260.77-
YUV47.81106.66132.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.55%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 10 (4.30% from 255) = 8.62%
R=46.55%
G=44.83%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54521000.040.810.7957.2768.7512.55
Hex3634A04514F3945d
Octal666412041211177110515
Binary110110110100101001001010001100111111100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36340A; }

 p { color: rgb(54,52,10); }

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

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

 a { background-color: rgb(54,52,10); }

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

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

 span { border-color: rgb(54,52,10); }

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