Html Css Color HEX #284138 Burnham

📋 copy color: '#284138'

red 40 ◦ green 65 ◦ blue 56

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

Shades of Burnham #284138

Tints of Burnham #284138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.37%

 BLUE value IS 56 (22.27% from 255) = 34.78%

R = 24.84%
G = 40.37%
B = 34.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#284138 (or 0x284138) is known color: Burnham. HEX triplet: 28, 41 and 38. RGB value is (40,65,56). Sum of RGB (Red+Green+Blue) = 40+65+56=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #284138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284138 is #D7BEC7. Grayscale: #383838. Windows color (decimal): -14139080 or 3686696. OLE color: 3686696.

HSL color Cylindrical-coordinate representation of color #284138: hue angle of 158.4º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #284138 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 65 56 -
CMYK 0.38 0 0.14 0.75
HSL 158.4º 0.24% 0.21% -
HSV(B) 158.4º 0.38% 0.25% -
XYZ 3.48 4.52 4.43 -
YUV 56.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 40 65 56 0.38 0 0.14 0.75 158.4 0.24 0.21
Hex 28 41 38 26 0 E 4B 9E 18 15
Octal 50 101 70 46 0 16 113 236 30 25
Binary 101000 1000001 111000 100110 0 1110 1001011 10011110 11000 10101

Color Harmonies of #284138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284138

Black with #284138

Text Example


Text Example

White with #284138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284138; }

 p { color: rgb(40,65,56); }

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

background-color css

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

 a { background-color: rgb(40,65,56); }

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

border-color css

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

 span { border-color: rgb(40,65,56); }

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