Html Css Color HEX #50481B Bronze Olive

📋 copy color: '#50481B'

red 80 ◦ green 72 ◦ blue 27

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

Shades of Bronze Olive #50481B

Tints of Bronze Olive #50481B

RGB

 RED value IS 80 (31.64% from 255) = 44.69%

 GREEN value IS 72 (28.52% from 255) = 40.22%

 BLUE value IS 27 (10.94% from 255) = 15.08%

R = 44.69%
G = 40.22%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50481B (or 0x50481B) is known color: Bronze Olive. HEX triplet: 50, 48 and 1B. RGB value is (80,72,27). Sum of RGB (Red+Green+Blue) = 80+72+27=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50481B is #AFB7E4. Grayscale: #454545. Windows color (decimal): -11515877 or 1787984. OLE color: 1787984.

HSL color Cylindrical-coordinate representation of color #50481B: hue angle of 50.94º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50481B is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 27 -
CMYK 0 0.10 0.66 0.69
HSL 50.94º 0.5% 0.21% -
HSV(B) 50.94º 0.66% 0.31% -
XYZ 5.82 6.42 1.97 -
YUV 69.26 104.15 135.66 -
System Red Green Blue C M Y K H S L
Decimal 80 72 27 0 0.10 0.66 0.69 50.94 0.5 0.21
Hex 50 48 1B 0 A 42 45 33 32 15
Octal 120 110 33 0 12 102 105 63 62 25
Binary 1010000 1001000 11011 0 1010 1000010 1000101 110011 110010 10101

Color Harmonies of #50481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50481B

Black with #50481B

Text Example


Text Example

White with #50481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,72,27); }

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

background-color css

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

 a { background-color: rgb(80,72,27); }

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

border-color css

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

 span { border-color: rgb(80,72,27); }

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