Html Css Color HEX #5A451E Bronze Olive

📋 copy color: '#5A451E'

red 90 ◦ green 69 ◦ blue 30

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

Shades of Bronze Olive #5A451E

Tints of Bronze Olive #5A451E

RGB

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

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

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

R = 47.62%
G = 36.51%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A451E (or 0x5A451E) is known color: Bronze Olive. HEX triplet: 5A, 45 and 1E. RGB value is (90,69,30). Sum of RGB (Red+Green+Blue) = 90+69+30=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A451E is #A5BAE1. Grayscale: #474747. Windows color (decimal): -10861282 or 1983834. OLE color: 1983834.

HSL color Cylindrical-coordinate representation of color #5A451E: hue angle of 39º 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 #5A451E is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 69 30 -
CMYK 0 0.23 0.67 0.65
HSL 39º 0.5% 0.24% -
HSV(B) 39º 0.67% 0.35% -
XYZ 6.58 6.52 2.14 -
YUV 70.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 90 69 30 0 0.23 0.67 0.65 39 0.5 0.24
Hex 5A 45 1E 0 17 43 41 27 32 18
Octal 132 105 36 0 27 103 101 47 62 30
Binary 1011010 1000101 11110 0 10111 1000011 1000001 100111 110010 11000

Color Harmonies of #5A451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A451E

Black with #5A451E

Text Example


Text Example

White with #5A451E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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