#28433A

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

Shades of Burnham #28433A

Tints of Burnham #28433A

Color information

#28433A (or 0x28433A) is unknown color: approx Burnham. HEX triplet: 28, 43 and 3A. RGB value is (40,67,58). Sum of RGB (Red+Green+Blue) = 40+67+58=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 67 - color contains mainly: green. Hex color #28433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28433A is #D7BCC5. Grayscale: #393939. Windows color (decimal): -14138566 or 3818280. OLE color: 3818280.

HSL color Cylindrical-coordinate representation of color #28433A: hue angle of 160º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #28433A is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB406758-
CMYK0.4000.130.74
HSL160º25.23%20.98%-
HSV(B)160º40.3%26.27%-
XYZ3.654.774.73-
YUV57.9128.05115.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 67 (26.56% from 255) = 40.61%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=24.24%
G=40.61%
B=35.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4067580.4000.130.7416025.2320.98
Hex28433A280D4Aa01915
Octal5010372500151122403125
Binary1010001000011111010101000011011001010101000001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,67,58); }

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

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

 a { background-color: rgb(40,67,58); }

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

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

 span { border-color: rgb(40,67,58); }

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