Html Css Color HEX #52473E Space Shuttle

📋 copy color: '#52473E'

red 82 ◦ green 71 ◦ blue 62

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

Shades of Space Shuttle #52473E

Tints of Space Shuttle #52473E

RGB

 RED value IS 82 (32.42% from 255) = 38.14%

 GREEN value IS 71 (28.13% from 255) = 33.02%

 BLUE value IS 62 (24.61% from 255) = 28.84%

R = 38.14%
G = 33.02%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#52473E (or 0x52473E) is known color: Space Shuttle. HEX triplet: 52, 47 and 3E. RGB value is (82,71,62). Sum of RGB (Red+Green+Blue) = 82+71+62=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #52473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52473E is #ADB8C1. Grayscale: #494949. Windows color (decimal): -11385026 or 4081490. OLE color: 4081490.

HSL color Cylindrical-coordinate representation of color #52473E: hue angle of 27º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52473E is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 71 62 -
CMYK 0 0.13 0.24 0.68
HSL 27º 0.14% 0.28% -
HSV(B) 27º 0.24% 0.32% -
XYZ 6.6 6.65 5.49 -
YUV 73.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 82 71 62 0 0.13 0.24 0.68 27 0.14 0.28
Hex 52 47 3E 0 D 18 44 1B E 1C
Octal 122 107 76 0 15 30 104 33 16 34
Binary 1010010 1000111 111110 0 1101 11000 1000100 11011 1110 11100

Color Harmonies of #52473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52473E

Black with #52473E

Text Example


Text Example

White with #52473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52473E; }

 p { color: rgb(82,71,62); }

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

background-color css

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

 a { background-color: rgb(82,71,62); }

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

border-color css

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

 span { border-color: rgb(82,71,62); }

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