#363313

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

Shades of Karaka #363313

Tints of Karaka #363313

Color information

#363313 (or 0x363313) is unknown color: approx Karaka. HEX triplet: 36, 33 and 13. RGB value is (54,51,19). Sum of RGB (Red+Green+Blue) = 54+51+19=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #363313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363313 is #C9CCEC. Grayscale: #303030. Windows color (decimal): -13225197 or 1258294. OLE color: 1258294.

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

Color convert

RGB545119-
CMYK00.060.650.79
HSL54.86º47.95%14.31%-
HSV(B)54.86º64.81%21.18%-
XYZ2.823.21.08-
YUV48.25111.49132.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.55%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=43.55%
G=41.13%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54511900.060.650.7954.8647.9514.31
Hex36331306414F3730e
Octal66632306101117676016
Binary110110110011100110110100000110011111101111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363313; }

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

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

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

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

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

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

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

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