#363512

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

Shades of Karaka #363512

Tints of Karaka #363512

Color information

#363512 (or 0x363512) is unknown color: approx Karaka. HEX triplet: 36, 35 and 12. RGB value is (54,53,18). Sum of RGB (Red+Green+Blue) = 54+53+18=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #363512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363512 is #C9CAED. Grayscale: #313131. Windows color (decimal): -13224686 or 1193270. OLE color: 1193270.

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

Color convert

RGB545318-
CMYK00.020.670.79
HSL58.33º50%14.12%-
HSV(B)58.33º66.67%21.18%-
XYZ2.93.371.07-
YUV49.31110.33131.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 53 (21.09% from 255) = 42.4%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=43.2%
G=42.4%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54531800.020.670.7958.335014.12
Hex36351202434F3a32e
Octal66652202103117726216
Binary11011011010110010010100001110011111110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363512; }

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

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

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

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

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

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

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

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