#363411

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

Shades of Karaka #363411

Tints of Karaka #363411

Color information

#363411 (or 0x363411) is unknown color: approx Karaka. HEX triplet: 36, 34 and 11. RGB value is (54,52,17). Sum of RGB (Red+Green+Blue) = 54+52+17=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #363411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363411 is #C9CBEE. Grayscale: #303030. Windows color (decimal): -13224943 or 1127478. OLE color: 1127478.

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

Color convert

RGB545217-
CMYK00.040.690.79
HSL56.76º52.11%13.92%-
HSV(B)56.76º68.52%21.18%-
XYZ2.853.281.01-
YUV48.61110.16131.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=43.90%
G=42.28%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54521700.040.690.7956.7652.1113.92
Hex36341104454F3934e
Octal66642104105117716416
Binary110110110100100010100100010110011111110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363411; }

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

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

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

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

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

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

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

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