Html Css Color HEX #524335 Space Shuttle

📋 copy color: '#524335'

red 82 ◦ green 67 ◦ blue 53

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

Shades of Space Shuttle #524335

Tints of Space Shuttle #524335

RGB

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

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

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

R = 40.59%
G = 33.17%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#524335 (or 0x524335) is known color: Space Shuttle. HEX triplet: 52, 43 and 35. RGB value is (82,67,53). Sum of RGB (Red+Green+Blue) = 82+67+53=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 82 - color contains mainly: red. Hex color #524335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524335 is #ADBCCA. Grayscale: #454545. Windows color (decimal): -11386059 or 3490642. OLE color: 3490642.

HSL color Cylindrical-coordinate representation of color #524335: hue angle of 28.97º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #524335 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 67 53 -
CMYK 0 0.18 0.35 0.68
HSL 28.97º 0.21% 0.26% -
HSV(B) 28.97º 0.35% 0.32% -
XYZ 6.13 6.07 4.22 -
YUV 69.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 82 67 53 0 0.18 0.35 0.68 28.97 0.21 0.26
Hex 52 43 35 0 12 23 44 1D 15 1A
Octal 122 103 65 0 22 43 104 35 25 32
Binary 1010010 1000011 110101 0 10010 100011 1000100 11101 10101 11010

Color Harmonies of #524335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524335

Black with #524335

Text Example


Text Example

White with #524335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524335; }

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

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

background-color css

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

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

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

border-color css

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

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

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