#25453B

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

Shades of Burnham #25453B

Tints of Burnham #25453B

Color information

#25453B (or 0x25453B) is unknown color: approx Burnham. HEX triplet: 25, 45 and 3B. RGB value is (37,69,59). Sum of RGB (Red+Green+Blue) = 37+69+59=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #25453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25453B is #DABAC4. Grayscale: #3A3A3A. Windows color (decimal): -14334661 or 3884325. OLE color: 3884325.

HSL color Cylindrical-coordinate representation of color #25453B: hue angle of 161.25º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #25453B is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB376959-
CMYK0.4600.140.73
HSL161.25º30.19%20.78%-
HSV(B)161.25º46.38%27.06%-
XYZ3.684.974.9-
YUV58.29128.4112.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 59 (23.44% from 255) = 35.76%
R=22.42%
G=41.82%
B=35.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3769590.4600.140.73161.2530.1920.78
Hex25453B2E0E49a11e15
Octal4510573560161112413625
Binary1001011000101111011101110011101001001101000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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