Html Css Color HEX #28463B Burnham

📋 copy color: '#28463B'

red 40 ◦ green 70 ◦ blue 59

#28463B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnham #28463B

Tints of Burnham #28463B

RGB

 RED value IS 40 (16.02% from 255) = 23.67%

 GREEN value IS 70 (27.73% from 255) = 41.42%

 BLUE value IS 59 (23.44% from 255) = 34.91%

R = 23.67%
G = 41.42%
B = 34.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#28463B (or 0x28463B) is known color: Burnham. HEX triplet: 28, 46 and 3B. RGB value is (40,70,59). Sum of RGB (Red+Green+Blue) = 40+70+59=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #28463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28463B is #D7B9C4. Grayscale: #3B3B3B. Windows color (decimal): -14137797 or 3884584. OLE color: 3884584.

HSL color Cylindrical-coordinate representation of color #28463B: hue angle of 158º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #28463B is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 70 59 -
CMYK 0.43 0 0.16 0.73
HSL 158º 0.27% 0.22% -
HSV(B) 158º 0.43% 0.27% -
XYZ 3.85 5.15 4.93 -
YUV 59.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 40 70 59 0.43 0 0.16 0.73 158 0.27 0.22
Hex 28 46 3B 2B 0 10 49 9E 1B 16
Octal 50 106 73 53 0 20 111 236 33 26
Binary 101000 1000110 111011 101011 0 10000 1001001 10011110 11011 10110

Color Harmonies of #28463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28463B

Black with #28463B

Text Example


Text Example

White with #28463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,70,59); }

 H1.HeaderClassName
 {
   color: #28463B;
 }
 .AnyTagClassName
 {
   color: #28463B;
 }
</style>

background-color css

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

 a { background-color: rgb(40,70,59); }

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

border-color css

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

 span { border-color: rgb(40,70,59); }

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