#26423A

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

Shades of Burnham #26423A

Tints of Burnham #26423A

Color information

#26423A (or 0x26423A) is unknown color: approx Burnham. HEX triplet: 26, 42 and 3A. RGB value is (38,66,58). Sum of RGB (Red+Green+Blue) = 38+66+58=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #26423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26423A is #D9BDC5. Grayscale: #383838. Windows color (decimal): -14269894 or 3818022. OLE color: 3818022.

HSL color Cylindrical-coordinate representation of color #26423A: hue angle of 162.86º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26423A is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB386658-
CMYK0.4200.120.74
HSL162.86º26.92%20.39%-
HSV(B)162.86º42.42%25.88%-
XYZ3.514.614.71-
YUV56.72128.72114.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.46%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=23.46%
G=40.74%
B=35.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3866580.4200.120.74162.8626.9220.39
Hex26423A2A0C4Aa31b14
Octal4610272520141122433324
Binary1001101000010111010101010011001001010101000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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