#363503

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

Shades of Karaka #363503

Tints of Karaka #363503

Color information

#363503 (or 0x363503) is unknown color: approx Karaka. HEX triplet: 36, 35 and 03. RGB value is (54,53,3). Sum of RGB (Red+Green+Blue) = 54+53+3=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #363503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363503 is #C9CAFC. Grayscale: #2F2F2F. Windows color (decimal): -13224701 or 210230. OLE color: 210230.

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

Color convert

RGB54533-
CMYK00.020.940.79
HSL58.82º89.47%11.18%-
HSV(B)58.82º94.44%21.18%-
XYZ2.813.340.58-
YUV47.6102.83132.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.09%
GREEN value IS 53 (21.09% from 255) = 48.18%
BLUE value IS 3 (1.56% from 255) = 2.73%
R=49.09%
G=48.18%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5453300.020.940.7958.8289.4711.18
Hex36353025E4F3b59b
Octal66653021361177313113
Binary110110110101110101011110100111111101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363503; }

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

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

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

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

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

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

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

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