Html Css Color HEX #504538 Space Shuttle

📋 copy color: '#504538'

red 80 ◦ green 69 ◦ blue 56

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

Shades of Space Shuttle #504538

Tints of Space Shuttle #504538

RGB

 RED value IS 80 (31.64% from 255) = 39.02%

 GREEN value IS 69 (27.34% from 255) = 33.66%

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

R = 39.02%
G = 33.66%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#504538 (or 0x504538) is known color: Space Shuttle. HEX triplet: 50, 45 and 38. RGB value is (80,69,56). Sum of RGB (Red+Green+Blue) = 80+69+56=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #504538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504538 is #AFBAC7. Grayscale: #464646. Windows color (decimal): -11516616 or 3687760. OLE color: 3687760.

HSL color Cylindrical-coordinate representation of color #504538: hue angle of 32.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #504538 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 56 -
CMYK 0 0.14 0.30 0.69
HSL 32.5º 0.18% 0.27% -
HSV(B) 32.5º 0.3% 0.31% -
XYZ 6.15 6.25 4.62 -
YUV 70.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 80 69 56 0 0.14 0.30 0.69 32.5 0.18 0.27
Hex 50 45 38 0 E 1E 45 20 12 1B
Octal 120 105 70 0 16 36 105 40 22 33
Binary 1010000 1000101 111000 0 1110 11110 1000101 100000 10010 11011

Color Harmonies of #504538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504538

Black with #504538

Text Example


Text Example

White with #504538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504538; }

 p { color: rgb(80,69,56); }

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

background-color css

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

 a { background-color: rgb(80,69,56); }

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

border-color css

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

 span { border-color: rgb(80,69,56); }

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