#363311

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

Shades of Karaka #363311

Tints of Karaka #363311

Color information

#363311 (or 0x363311) is unknown color: approx Karaka. HEX triplet: 36, 33 and 11. RGB value is (54,51,17). Sum of RGB (Red+Green+Blue) = 54+51+17=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #363311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363311 is #C9CCEE. Grayscale: #303030. Windows color (decimal): -13225199 or 1127222. OLE color: 1127222.

HSL color Cylindrical-coordinate representation of color #363311: hue angle of 55.14º 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 #363311 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.79.

Color convert

RGB545117-
CMYK00.060.690.79
HSL55.14º52.11%13.92%-
HSV(B)55.14º68.52%21.18%-
XYZ2.813.191-
YUV48.02110.49132.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=44.26%
G=41.80%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54511700.060.690.7955.1452.1113.92
Hex36331106454F3734e
Octal66632106105117676416
Binary110110110011100010110100010110011111101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363311; }

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

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

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

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

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

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

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

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