Html Css Color HEX #504436 Space Shuttle

📋 copy color: '#504436'

red 80 ◦ green 68 ◦ blue 54

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

Shades of Space Shuttle #504436

Tints of Space Shuttle #504436

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.66%

 BLUE value IS 54 (21.48% from 255) = 26.73%

R = 39.6%
G = 33.66%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#504436 (or 0x504436) is known color: Space Shuttle. HEX triplet: 50, 44 and 36. RGB value is (80,68,54). Sum of RGB (Red+Green+Blue) = 80+68+54=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #504436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504436 is #AFBBC9. Grayscale: #464646. Windows color (decimal): -11516874 or 3556432. OLE color: 3556432.

HSL color Cylindrical-coordinate representation of color #504436: hue angle of 32.31º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504436 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 68 54 -
CMYK 0 0.15 0.33 0.69
HSL 32.31º 0.19% 0.26% -
HSV(B) 32.31º 0.33% 0.31% -
XYZ 6.04 6.11 4.35 -
YUV 69.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 80 68 54 0 0.15 0.33 0.69 32.31 0.19 0.26
Hex 50 44 36 0 F 21 45 20 13 1A
Octal 120 104 66 0 17 41 105 40 23 32
Binary 1010000 1000100 110110 0 1111 100001 1000101 100000 10011 11010

Color Harmonies of #504436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504436

Black with #504436

Text Example


Text Example

White with #504436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504436; }

 p { color: rgb(80,68,54); }

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

background-color css

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

 a { background-color: rgb(80,68,54); }

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

border-color css

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

 span { border-color: rgb(80,68,54); }

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