#363520

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

Shades of Karaka #363520

Tints of Karaka #363520

Color information

#363520 (or 0x363520) is unknown color: approx Karaka. HEX triplet: 36, 35 and 20. RGB value is (54,53,32). Sum of RGB (Red+Green+Blue) = 54+53+32=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 54 - color contains mainly: red. Hex color #363520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363520 is #C9CADF. Grayscale: #323232. Windows color (decimal): -13224672 or 2110774. OLE color: 2110774.

HSL color Cylindrical-coordinate representation of color #363520: hue angle of 57.27º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #363520 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB545332-
CMYK00.020.410.79
HSL57.27º25.58%16.86%-
HSV(B)57.27º40.74%21.18%-
XYZ3.063.431.87-
YUV50.9117.33130.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=38.85%
G=38.13%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54533200.020.410.7957.2725.5816.86
Hex36352002294F391a11
Octal6665400251117713221
Binary11011011010110000001010100110011111110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363520; }

 p { color: rgb(54,53,32); }

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

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

 a { background-color: rgb(54,53,32); }

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

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

 span { border-color: rgb(54,53,32); }

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