#363305

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

Shades of Karaka #363305

Tints of Karaka #363305

Color information

#363305 (or 0x363305) is unknown color: approx Karaka. HEX triplet: 36, 33 and 05. RGB value is (54,51,5). Sum of RGB (Red+Green+Blue) = 54+51+5=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #363305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363305 is #C9CCFA. Grayscale: #2E2E2E. Windows color (decimal): -13225211 or 340790. OLE color: 340790.

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

Color convert

RGB54515-
CMYK00.060.910.79
HSL56.33º83.05%11.57%-
HSV(B)56.33º90.74%21.18%-
XYZ2.733.160.61-
YUV46.65104.49133.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.09%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 5 (2.34% from 255) = 4.55%
R=49.09%
G=46.36%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5451500.060.910.7956.3383.0511.57
Hex36335065B4F3853c
Octal66635061331177012314
Binary11011011001110101101011011100111111100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363305; }

 p { color: rgb(54,51,5); }

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

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

 a { background-color: rgb(54,51,5); }

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

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

 span { border-color: rgb(54,51,5); }

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