#363315

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

Shades of Karaka #363315

Tints of Karaka #363315

Color information

#363315 (or 0x363315) is unknown color: approx Karaka. HEX triplet: 36, 33 and 15. RGB value is (54,51,21). Sum of RGB (Red+Green+Blue) = 54+51+21=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #363315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363315 is #C9CCEA. Grayscale: #303030. Windows color (decimal): -13225195 or 1389366. OLE color: 1389366.

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

Color convert

RGB545121-
CMYK00.060.610.79
HSL54.55º44%14.71%-
HSV(B)54.55º61.11%21.18%-
XYZ2.843.211.18-
YUV48.48112.49131.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.86%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=42.86%
G=40.48%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54512100.060.610.7954.554414.71
Hex363315063D4F372cf
Octal6663250675117675417
Binary11011011001110101011011110110011111101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363315; }

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

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

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

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

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

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

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

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