#26463A

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

Shades of Burnham #26463A

Tints of Burnham #26463A

Color information

#26463A (or 0x26463A) is unknown color: approx Burnham. HEX triplet: 26, 46 and 3A. RGB value is (38,70,58). Sum of RGB (Red+Green+Blue) = 38+70+58=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #26463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26463A is #D9B9C5. Grayscale: #3B3B3B. Windows color (decimal): -14268870 or 3819046. OLE color: 3819046.

HSL color Cylindrical-coordinate representation of color #26463A: hue angle of 157.5º 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 #26463A is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB387058-
CMYK0.4600.170.73
HSL157.5º29.63%21.18%-
HSV(B)157.5º45.71%27.45%-
XYZ3.755.14.79-
YUV59.06127.4112.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=22.89%
G=42.17%
B=34.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3870580.4600.170.73157.529.6321.18
Hex26463A2E011499e1e15
Octal4610672560211112363625
Binary10011010001101110101011100100011001001100111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,70,58); }

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

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

 a { background-color: rgb(38,70,58); }

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

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

 span { border-color: rgb(38,70,58); }

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