Html Css Color HEX #504235 Space Shuttle

📋 copy color: '#504235'

red 80 ◦ green 66 ◦ blue 53

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

Shades of Space Shuttle #504235

Tints of Space Shuttle #504235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.17%

 BLUE value IS 53 (21.09% from 255) = 26.63%

R = 40.2%
G = 33.17%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#504235 (or 0x504235) is known color: Space Shuttle. HEX triplet: 50, 42 and 35. RGB value is (80,66,53). Sum of RGB (Red+Green+Blue) = 80+66+53=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #504235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504235 is #AFBDCA. Grayscale: #444444. Windows color (decimal): -11517387 or 3490384. OLE color: 3490384.

HSL color Cylindrical-coordinate representation of color #504235: hue angle of 28.89º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #504235 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 66 53 -
CMYK 0 0.17 0.34 0.69
HSL 28.89º 0.2% 0.26% -
HSV(B) 28.89º 0.34% 0.31% -
XYZ 5.9 5.86 4.19 -
YUV 68.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 80 66 53 0 0.17 0.34 0.69 28.89 0.2 0.26
Hex 50 42 35 0 11 22 45 1D 14 1A
Octal 120 102 65 0 21 42 105 35 24 32
Binary 1010000 1000010 110101 0 10001 100010 1000101 11101 10100 11010

Color Harmonies of #504235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504235

Black with #504235

Text Example


Text Example

White with #504235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504235; }

 p { color: rgb(80,66,53); }

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

background-color css

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

 a { background-color: rgb(80,66,53); }

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

border-color css

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

 span { border-color: rgb(80,66,53); }

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