Html Css Color HEX #504335 Space Shuttle

📋 copy color: '#504335'

red 80 ◦ green 67 ◦ blue 53

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

Shades of Space Shuttle #504335

Tints of Space Shuttle #504335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.5%

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

R = 40%
G = 33.5%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#504335 (or 0x504335) is known color: Space Shuttle. HEX triplet: 50, 43 and 35. RGB value is (80,67,53). Sum of RGB (Red+Green+Blue) = 80+67+53=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #504335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504335 is #AFBCCA. Grayscale: #454545. Windows color (decimal): -11517131 or 3490640. OLE color: 3490640.

HSL color Cylindrical-coordinate representation of color #504335: hue angle of 31.11º 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 #504335 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 67 53 -
CMYK 0 0.16 0.34 0.69
HSL 31.11º 0.2% 0.26% -
HSV(B) 31.11º 0.34% 0.31% -
XYZ 5.96 5.98 4.21 -
YUV 69.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 80 67 53 0 0.16 0.34 0.69 31.11 0.2 0.26
Hex 50 43 35 0 10 22 45 1F 14 1A
Octal 120 103 65 0 20 42 105 37 24 32
Binary 1010000 1000011 110101 0 10000 100010 1000101 11111 10100 11010

Color Harmonies of #504335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504335

Black with #504335

Text Example


Text Example

White with #504335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504335; }

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

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

background-color css

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

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

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

border-color css

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

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

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