Html Css Color HEX #5A4C1E Bronze Olive

📋 copy color: '#5A4C1E'

red 90 ◦ green 76 ◦ blue 30

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

Shades of Bronze Olive #5A4C1E

Tints of Bronze Olive #5A4C1E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.78%

 BLUE value IS 30 (12.11% from 255) = 15.31%

R = 45.92%
G = 38.78%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A4C1E (or 0x5A4C1E) is known color: Bronze Olive. HEX triplet: 5A, 4C and 1E. RGB value is (90,76,30). Sum of RGB (Red+Green+Blue) = 90+76+30=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4C1E is #A5B3E1. Grayscale: #4B4B4B. Windows color (decimal): -10859490 or 1985626. OLE color: 1985626.

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

Color convert

RGB 90 76 30 -
CMYK 0 0.16 0.67 0.65
HSL 46º 0.5% 0.24% -
HSV(B) 46º 0.67% 0.35% -
XYZ 7.04 7.44 2.29 -
YUV 74.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 90 76 30 0 0.16 0.67 0.65 46 0.5 0.24
Hex 5A 4C 1E 0 10 43 41 2E 32 18
Octal 132 114 36 0 20 103 101 56 62 30
Binary 1011010 1001100 11110 0 10000 1000011 1000001 101110 110010 11000

Color Harmonies of #5A4C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4C1E

Black with #5A4C1E

Text Example


Text Example

White with #5A4C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,76,30); }

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

background-color css

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

 a { background-color: rgb(90,76,30); }

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

border-color css

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

 span { border-color: rgb(90,76,30); }

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