Html Css Color HEX #514336 Space Shuttle

📋 copy color: '#514336'

red 81 ◦ green 67 ◦ blue 54

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

Shades of Space Shuttle #514336

Tints of Space Shuttle #514336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.73%

R = 40.1%
G = 33.17%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#514336 (or 0x514336) is known color: Space Shuttle. HEX triplet: 51, 43 and 36. RGB value is (81,67,54). Sum of RGB (Red+Green+Blue) = 81+67+54=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #514336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514336 is #AEBCC9. Grayscale: #454545. Windows color (decimal): -11451594 or 3556177. OLE color: 3556177.

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

Color convert

RGB 81 67 54 -
CMYK 0 0.17 0.33 0.68
HSL 28.89º 0.2% 0.26% -
HSV(B) 28.89º 0.33% 0.32% -
XYZ 6.07 6.03 4.33 -
YUV 69.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 81 67 54 0 0.17 0.33 0.68 28.89 0.2 0.26
Hex 51 43 36 0 11 21 44 1D 14 1A
Octal 121 103 66 0 21 41 104 35 24 32
Binary 1010001 1000011 110110 0 10001 100001 1000100 11101 10100 11010

Color Harmonies of #514336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514336

Black with #514336

Text Example


Text Example

White with #514336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514336; }

 p { color: rgb(81,67,54); }

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

background-color css

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

 a { background-color: rgb(81,67,54); }

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

border-color css

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

 span { border-color: rgb(81,67,54); }

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