#363403

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

Shades of Karaka #363403

Tints of Karaka #363403

Color information

#363403 (or 0x363403) is unknown color: approx Karaka. HEX triplet: 36, 34 and 03. RGB value is (54,52,3). Sum of RGB (Red+Green+Blue) = 54+52+3=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #363403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363403 is #C9CBFC. Grayscale: #2F2F2F. Windows color (decimal): -13224957 or 209974. OLE color: 209974.

HSL color Cylindrical-coordinate representation of color #363403: hue angle of 57.65º 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 #363403 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB54523-
CMYK00.040.940.79
HSL57.65º89.47%11.18%-
HSV(B)57.65º94.44%21.18%-
XYZ2.773.250.57-
YUV47.01103.16132.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 52 (20.70% from 255) = 47.71%
BLUE value IS 3 (1.56% from 255) = 2.75%
R=49.54%
G=47.71%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5452300.040.940.7957.6589.4711.18
Hex36343045E4F3a59b
Octal66643041361177213113
Binary1101101101001101001011110100111111101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363403; }

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

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

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

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

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

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

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

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