#363504

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

Shades of Karaka #363504

Tints of Karaka #363504

Color information

#363504 (or 0x363504) is unknown color: approx Karaka. HEX triplet: 36, 35 and 04. RGB value is (54,53,4). Sum of RGB (Red+Green+Blue) = 54+53+4=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #363504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363504 is #C9CAFB. Grayscale: #2F2F2F. Windows color (decimal): -13224700 or 275766. OLE color: 275766.

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

Color convert

RGB54534-
CMYK00.020.930.79
HSL58.8º86.21%11.37%-
HSV(B)58.8º92.59%21.18%-
XYZ2.823.340.61-
YUV47.71103.33132.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.65%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 4 (1.95% from 255) = 3.60%
R=48.65%
G=47.75%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5453400.020.930.7958.886.2111.37
Hex36354025D4F3b56b
Octal66654021351177312613
Binary1101101101011000101011101100111111101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363504; }

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

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

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

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

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

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

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

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