Html Css Color HEX #584A26 Bronze Olive

📋 copy color: '#584A26'

red 88 ◦ green 74 ◦ blue 38

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

Shades of Bronze Olive #584A26

Tints of Bronze Olive #584A26

RGB

 RED value IS 88 (34.77% from 255) = 44%

 GREEN value IS 74 (29.3% from 255) = 37%

 BLUE value IS 38 (15.23% from 255) = 19%

R = 44%
G = 37%
B = 19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#584A26 (or 0x584A26) is known color: Bronze Olive. HEX triplet: 58, 4A and 26. RGB value is (88,74,38). Sum of RGB (Red+Green+Blue) = 88+74+38=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #584A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A26 is #A7B5D9. Grayscale: #4A4A4A. Windows color (decimal): -10991066 or 2509400. OLE color: 2509400.

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

Color convert

RGB 88 74 38 -
CMYK 0 0.16 0.57 0.65
HSL 43.2º 0.4% 0.25% -
HSV(B) 43.2º 0.57% 0.35% -
XYZ 6.82 7.11 2.85 -
YUV 74.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 88 74 38 0 0.16 0.57 0.65 43.2 0.4 0.25
Hex 58 4A 26 0 10 39 41 2B 28 19
Octal 130 112 46 0 20 71 101 53 50 31
Binary 1011000 1001010 100110 0 10000 111001 1000001 101011 101000 11001

Color Harmonies of #584A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A26

Black with #584A26

Text Example


Text Example

White with #584A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584A26; }

 p { color: rgb(88,74,38); }

 H1.HeaderClassName
 {
   color: #584A26;
 }
 .AnyTagClassName
 {
   color: #584A26;
 }
</style>

background-color css

<style>
 a { background-color: #584A26; }

 a { background-color: rgb(88,74,38); }

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

border-color css

<style>
 span { border-color: #584A26; }

 span { border-color: rgb(88,74,38); }

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