Html Css Color HEX #5A4C28 Bronze Olive

📋 copy color: '#5A4C28'

red 90 ◦ green 76 ◦ blue 40

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

Shades of Bronze Olive #5A4C28

Tints of Bronze Olive #5A4C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 43.69%
G = 36.89%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#5A4C28 (or 0x5A4C28) is known color: Bronze Olive. HEX triplet: 5A, 4C and 28. RGB value is (90,76,40). Sum of RGB (Red+Green+Blue) = 90+76+40=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4C28 is #A5B3D7. Grayscale: #4C4C4C. Windows color (decimal): -10859480 or 2640986. OLE color: 2640986.

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

Color convert

RGB 90 76 40 -
CMYK 0 0.16 0.56 0.65
HSL 43.2º 0.38% 0.25% -
HSV(B) 43.2º 0.56% 0.35% -
XYZ 7.18 7.5 3.08 -
YUV 76.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 90 76 40 0 0.16 0.56 0.65 43.2 0.38 0.25
Hex 5A 4C 28 0 10 38 41 2B 26 19
Octal 132 114 50 0 20 70 101 53 46 31
Binary 1011010 1001100 101000 0 10000 111000 1000001 101011 100110 11001

Color Harmonies of #5A4C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4C28

Black with #5A4C28

Text Example


Text Example

White with #5A4C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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