#363508

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

Shades of Karaka #363508

Tints of Karaka #363508

Color information

#363508 (or 0x363508) is unknown color: approx Karaka. HEX triplet: 36, 35 and 08. RGB value is (54,53,8). Sum of RGB (Red+Green+Blue) = 54+53+8=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #363508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363508 is #C9CAF7. Grayscale: #303030. Windows color (decimal): -13224696 or 537910. OLE color: 537910.

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

Color convert

RGB54538-
CMYK00.020.850.79
HSL58.7º74.19%12.16%-
HSV(B)58.7º85.19%21.18%-
XYZ2.843.350.73-
YUV48.17105.33132.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.96%
GREEN value IS 53 (21.09% from 255) = 46.09%
BLUE value IS 8 (3.52% from 255) = 6.96%
R=46.96%
G=46.09%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5453800.020.850.7958.774.1912.16
Hex3635802554F3b4ac
Octal666510021251177311214
Binary11011011010110000101010101100111111101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363508; }

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

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

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

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

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

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

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

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