Html Css Color HEX #52463B Space Shuttle

📋 copy color: '#52463B'

red 82 ◦ green 70 ◦ blue 59

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

Shades of Space Shuttle #52463B

Tints of Space Shuttle #52463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.18%

 BLUE value IS 59 (23.44% from 255) = 27.96%

R = 38.86%
G = 33.18%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#52463B (or 0x52463B) is known color: Space Shuttle. HEX triplet: 52, 46 and 3B. RGB value is (82,70,59). Sum of RGB (Red+Green+Blue) = 82+70+59=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #52463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52463B is #ADB9C4. Grayscale: #484848. Windows color (decimal): -11385285 or 3884626. OLE color: 3884626.

HSL color Cylindrical-coordinate representation of color #52463B: hue angle of 28.7º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52463B is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 59 -
CMYK 0 0.15 0.28 0.68
HSL 28.7º 0.16% 0.28% -
HSV(B) 28.7º 0.28% 0.32% -
XYZ 6.46 6.49 5.05 -
YUV 72.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 82 70 59 0 0.15 0.28 0.68 28.7 0.16 0.28
Hex 52 46 3B 0 F 1C 44 1D 10 1C
Octal 122 106 73 0 17 34 104 35 20 34
Binary 1010010 1000110 111011 0 1111 11100 1000100 11101 10000 11100

Color Harmonies of #52463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52463B

Black with #52463B

Text Example


Text Example

White with #52463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52463B; }

 p { color: rgb(82,70,59); }

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

background-color css

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

 a { background-color: rgb(82,70,59); }

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

border-color css

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

 span { border-color: rgb(82,70,59); }

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