#363510

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

Shades of Karaka #363510

Tints of Karaka #363510

Color information

#363510 (or 0x363510) is unknown color: approx Karaka. HEX triplet: 36, 35 and 10. RGB value is (54,53,16). Sum of RGB (Red+Green+Blue) = 54+53+16=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #363510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363510 is #C9CAEF. Grayscale: #313131. Windows color (decimal): -13224688 or 1062198. OLE color: 1062198.

HSL color Cylindrical-coordinate representation of color #363510: hue angle of 58.42º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #363510 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB545316-
CMYK00.020.700.79
HSL58.42º54.29%13.73%-
HSV(B)58.42º70.37%21.18%-
XYZ2.893.370.99-
YUV49.08109.33131.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 53 (21.09% from 255) = 43.09%
BLUE value IS 16 (6.64% from 255) = 13.01%
R=43.90%
G=43.09%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54531600.020.700.7958.4254.2913.73
Hex36351002464F3a36e
Octal66652002106117726616
Binary11011011010110000010100011010011111110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363510; }

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

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

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

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

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

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

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

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