Html Css Color HEX #514538 Space Shuttle

📋 copy color: '#514538'

red 81 ◦ green 69 ◦ blue 56

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

Shades of Space Shuttle #514538

Tints of Space Shuttle #514538

RGB

 RED value IS 81 (32.03% from 255) = 39.32%

 GREEN value IS 69 (27.34% from 255) = 33.5%

 BLUE value IS 56 (22.27% from 255) = 27.18%

R = 39.32%
G = 33.5%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#514538 (or 0x514538) is known color: Space Shuttle. HEX triplet: 51, 45 and 38. RGB value is (81,69,56). Sum of RGB (Red+Green+Blue) = 81+69+56=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #514538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514538 is #AEBAC7. Grayscale: #474747. Windows color (decimal): -11451080 or 3687761. OLE color: 3687761.

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

Color convert

RGB 81 69 56 -
CMYK 0 0.15 0.31 0.68
HSL 31.2º 0.18% 0.27% -
HSV(B) 31.2º 0.31% 0.32% -
XYZ 6.24 6.29 4.63 -
YUV 71.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 81 69 56 0 0.15 0.31 0.68 31.2 0.18 0.27
Hex 51 45 38 0 F 1F 44 1F 12 1B
Octal 121 105 70 0 17 37 104 37 22 33
Binary 1010001 1000101 111000 0 1111 11111 1000100 11111 10010 11011

Color Harmonies of #514538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514538

Black with #514538

Text Example


Text Example

White with #514538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514538; }

 p { color: rgb(81,69,56); }

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

background-color css

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

 a { background-color: rgb(81,69,56); }

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

border-color css

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

 span { border-color: rgb(81,69,56); }

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