Html Css Color HEX #514436 Space Shuttle

📋 copy color: '#514436'

red 81 ◦ green 68 ◦ blue 54

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

Shades of Space Shuttle #514436

Tints of Space Shuttle #514436

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

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

R = 39.9%
G = 33.5%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#514436 (or 0x514436) is known color: Space Shuttle. HEX triplet: 51, 44 and 36. RGB value is (81,68,54). Sum of RGB (Red+Green+Blue) = 81+68+54=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #514436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514436 is #AEBBC9. Grayscale: #464646. Windows color (decimal): -11451338 or 3556433. OLE color: 3556433.

HSL color Cylindrical-coordinate representation of color #514436: hue angle of 31.11º 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 #514436 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 68 54 -
CMYK 0 0.16 0.33 0.68
HSL 31.11º 0.2% 0.26% -
HSV(B) 31.11º 0.33% 0.32% -
XYZ 6.13 6.15 4.35 -
YUV 70.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 81 68 54 0 0.16 0.33 0.68 31.11 0.2 0.26
Hex 51 44 36 0 10 21 44 1F 14 1A
Octal 121 104 66 0 20 41 104 37 24 32
Binary 1010001 1000100 110110 0 10000 100001 1000100 11111 10100 11010

Color Harmonies of #514436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514436

Black with #514436

Text Example


Text Example

White with #514436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514436; }

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

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

background-color css

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

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

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

border-color css

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

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

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