Html Css Color HEX #5A4D1D Bronze Olive

📋 copy color: '#5A4D1D'

red 90 ◦ green 77 ◦ blue 29

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

Shades of Bronze Olive #5A4D1D

Tints of Bronze Olive #5A4D1D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.29%

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 45.92%
G = 39.29%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#5A4D1D (or 0x5A4D1D) is known color: Bronze Olive. HEX triplet: 5A, 4D and 1D. RGB value is (90,77,29). Sum of RGB (Red+Green+Blue) = 90+77+29=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D1D is #A5B2E2. Grayscale: #4B4B4B. Windows color (decimal): -10859235 or 1920346. OLE color: 1920346.

HSL color Cylindrical-coordinate representation of color #5A4D1D: hue angle of 47.21º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A4D1D is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 77 29 -
CMYK 0 0.14 0.68 0.65
HSL 47.21º 0.51% 0.23% -
HSV(B) 47.21º 0.68% 0.35% -
XYZ 7.09 7.57 2.25 -
YUV 75.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 90 77 29 0 0.14 0.68 0.65 47.21 0.51 0.23
Hex 5A 4D 1D 0 E 44 41 2F 33 17
Octal 132 115 35 0 16 104 101 57 63 27
Binary 1011010 1001101 11101 0 1110 1000100 1000001 101111 110011 10111

Color Harmonies of #5A4D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4D1D

Black with #5A4D1D

Text Example


Text Example

White with #5A4D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,77,29); }

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

background-color css

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

 a { background-color: rgb(90,77,29); }

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

border-color css

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

 span { border-color: rgb(90,77,29); }

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