#25473B

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

Shades of Burnham #25473B

Tints of Burnham #25473B

Color information

#25473B (or 0x25473B) is unknown color: approx Burnham. HEX triplet: 25, 47 and 3B. RGB value is (37,71,59). Sum of RGB (Red+Green+Blue) = 37+71+59=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #25473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25473B is #DAB8C4. Grayscale: #3B3B3B. Windows color (decimal): -14334149 or 3884837. OLE color: 3884837.

HSL color Cylindrical-coordinate representation of color #25473B: hue angle of 158.82º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #25473B is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB377159-
CMYK0.4800.170.72
HSL158.82º31.48%21.18%-
HSV(B)158.82º47.89%27.84%-
XYZ3.815.224.94-
YUV59.47127.74111.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 59 (23.44% from 255) = 35.33%
R=22.16%
G=42.51%
B=35.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3771590.4800.170.72158.8231.4821.18
Hex25473B30011489f1f15
Octal4510773600211102373725
Binary10010110001111110111100000100011001000100111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25473B; }

 p { color: rgb(37,71,59); }

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

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

 a { background-color: rgb(37,71,59); }

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

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

 span { border-color: rgb(37,71,59); }

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