#361A25

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

Shades of Toledo #361A25

Tints of Toledo #361A25

Color information

#361A25 (or 0x361A25) is unknown color: approx Toledo. HEX triplet: 36, 1A and 25. RGB value is (54,26,37). Sum of RGB (Red+Green+Blue) = 54+26+37=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #361A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A25 is #C9E5DA. Grayscale: #232323. Windows color (decimal): -13231579 or 2431542. OLE color: 2431542.

HSL color Cylindrical-coordinate representation of color #361A25: hue angle of 336.43º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361A25 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB542637-
CMYK00.520.310.79
HSL336.43º35%15.69%-
HSV(B)336.43º51.85%21.18%-
XYZ2.221.661.95-
YUV35.63128.78141.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 37 (14.84% from 255) = 31.62%
R=46.15%
G=22.22%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54263700.520.310.79336.433515.69
Hex361A250341F4F1502310
Octal663245064371175204320
Binary11011011010100101011010011111100111110101000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361A25; }

 p { color: rgb(54,26,37); }

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

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

 a { background-color: rgb(54,26,37); }

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

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

 span { border-color: rgb(54,26,37); }

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