Html Css Color HEX #5A4B1F Bronze Olive

📋 copy color: '#5A4B1F'

red 90 ◦ green 75 ◦ blue 31

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

Shades of Bronze Olive #5A4B1F

Tints of Bronze Olive #5A4B1F

RGB

 RED value IS 90 (35.55% from 255) = 45.92%

 GREEN value IS 75 (29.69% from 255) = 38.27%

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 45.92%
G = 38.27%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A4B1F (or 0x5A4B1F) is known color: Bronze Olive. HEX triplet: 5A, 4B and 1F. RGB value is (90,75,31). Sum of RGB (Red+Green+Blue) = 90+75+31=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4B1F is #A5B4E0. Grayscale: #4A4A4A. Windows color (decimal): -10859745 or 2050906. OLE color: 2050906.

HSL color Cylindrical-coordinate representation of color #5A4B1F: hue angle of 44.75º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A4B1F is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 75 31 -
CMYK 0 0.17 0.66 0.65
HSL 44.75º 0.49% 0.24% -
HSV(B) 44.75º 0.66% 0.35% -
XYZ 6.98 7.3 2.34 -
YUV 74.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 90 75 31 0 0.17 0.66 0.65 44.75 0.49 0.24
Hex 5A 4B 1F 0 11 42 41 2D 31 18
Octal 132 113 37 0 21 102 101 55 61 30
Binary 1011010 1001011 11111 0 10001 1000010 1000001 101101 110001 11000

Color Harmonies of #5A4B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4B1F

Black with #5A4B1F

Text Example


Text Example

White with #5A4B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A4B1F; }

 p { color: rgb(90,75,31); }

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

background-color css

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

 a { background-color: rgb(90,75,31); }

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

border-color css

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

 span { border-color: rgb(90,75,31); }

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