Html Css Color HEX #5A4E08 Bronze Olive

📋 copy color: '#5A4E08'

red 90 ◦ green 78 ◦ blue 8

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

Shades of Bronze Olive #5A4E08

Tints of Bronze Olive #5A4E08

RGB

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

 GREEN value IS 78 (30.86% from 255) = 44.32%

 BLUE value IS 8 (3.52% from 255) = 4.55%

R = 51.14%
G = 44.32%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#5A4E08 (or 0x5A4E08) is known color: Bronze Olive. HEX triplet: 5A, 4E and 08. RGB value is (90,78,8). Sum of RGB (Red+Green+Blue) = 90+78+8=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4E08 is #A5B1F7. Grayscale: #494949. Windows color (decimal): -10859000 or 544346. OLE color: 544346.

HSL color Cylindrical-coordinate representation of color #5A4E08: hue angle of 51.22º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A4E08 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 78 8 -
CMYK 0 0.13 0.91 0.65
HSL 51.22º 0.84% 0.19% -
HSV(B) 51.22º 0.91% 0.35% -
XYZ 6.98 7.64 1.34 -
YUV 73.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 90 78 8 0 0.13 0.91 0.65 51.22 0.84 0.19
Hex 5A 4E 8 0 D 5B 41 33 54 13
Octal 132 116 10 0 15 133 101 63 124 23
Binary 1011010 1001110 1000 0 1101 1011011 1000001 110011 1010100 10011

Color Harmonies of #5A4E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4E08

Black with #5A4E08

Text Example


Text Example

White with #5A4E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,78,8); }

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

background-color css

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

 a { background-color: rgb(90,78,8); }

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

border-color css

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

 span { border-color: rgb(90,78,8); }

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