#363505

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

Shades of Karaka #363505

Tints of Karaka #363505

Color information

#363505 (or 0x363505) is unknown color: approx Karaka. HEX triplet: 36, 35 and 05. RGB value is (54,53,5). Sum of RGB (Red+Green+Blue) = 54+53+5=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #363505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363505 is #C9CAFA. Grayscale: #303030. Windows color (decimal): -13224699 or 341302. OLE color: 341302.

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

Color convert

RGB54535-
CMYK00.020.910.79
HSL58.78º83.05%11.57%-
HSV(B)58.78º90.74%21.18%-
XYZ2.823.340.64-
YUV47.83103.83132.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.21%
GREEN value IS 53 (21.09% from 255) = 47.32%
BLUE value IS 5 (2.34% from 255) = 4.46%
R=48.21%
G=47.32%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5453500.020.910.7958.7883.0511.57
Hex36355025B4F3b53c
Octal66655021331177312314
Binary1101101101011010101011011100111111101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363505; }

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

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

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

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

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

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

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

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