Html Css Color HEX #5A450A Bronze Olive

📋 copy color: '#5A450A'

red 90 ◦ green 69 ◦ blue 10

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

Shades of Bronze Olive #5A450A

Tints of Bronze Olive #5A450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.83%

 BLUE value IS 10 (4.3% from 255) = 5.92%

R = 53.25%
G = 40.83%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#5A450A (or 0x5A450A) is known color: Bronze Olive. HEX triplet: 5A, 45 and 0A. RGB value is (90,69,10). Sum of RGB (Red+Green+Blue) = 90+69+10=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A450A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A450A is #A5BAF5. Grayscale: #444444. Windows color (decimal): -10861302 or 673114. OLE color: 673114.

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

Color convert

RGB 90 69 10 -
CMYK 0 0.23 0.89 0.65
HSL 44.25º 0.8% 0.2% -
HSV(B) 44.25º 0.89% 0.35% -
XYZ 6.4 6.45 1.2 -
YUV 68.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 90 69 10 0 0.23 0.89 0.65 44.25 0.8 0.2
Hex 5A 45 A 0 17 59 41 2C 50 14
Octal 132 105 12 0 27 131 101 54 120 24
Binary 1011010 1000101 1010 0 10111 1011001 1000001 101100 1010000 10100

Color Harmonies of #5A450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A450A

Black with #5A450A

Text Example


Text Example

White with #5A450A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,69,10); }

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

background-color css

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

 a { background-color: rgb(90,69,10); }

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

border-color css

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

 span { border-color: rgb(90,69,10); }

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