#25473A

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

Shades of Burnham #25473A

Tints of Burnham #25473A

Color information

#25473A (or 0x25473A) is unknown color: approx Burnham. HEX triplet: 25, 47 and 3A. RGB value is (37,71,58). Sum of RGB (Red+Green+Blue) = 37+71+58=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 71 - color contains mainly: green. Hex color #25473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25473A is #DAB8C5. Grayscale: #3B3B3B. Windows color (decimal): -14334150 or 3819301. OLE color: 3819301.

HSL color Cylindrical-coordinate representation of color #25473A: hue angle of 157.06º 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 #25473A is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB377158-
CMYK0.4800.180.72
HSL157.06º31.48%21.18%-
HSV(B)157.06º47.89%27.84%-
XYZ3.785.214.81-
YUV59.35127.24112.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 71 (28.12% from 255) = 42.77%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=22.29%
G=42.77%
B=34.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3771580.4800.180.72157.0631.4821.18
Hex25473A30012489d1f15
Octal4510772600221102353725
Binary10010110001111110101100000100101001000100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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