Html Css Color HEX #584B14 Bronze Olive

📋 copy color: '#584B14'

red 88 ◦ green 75 ◦ blue 20

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

Shades of Bronze Olive #584B14

Tints of Bronze Olive #584B14

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.98%

 BLUE value IS 20 (8.2% from 255) = 10.93%

R = 48.09%
G = 40.98%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#584B14 (or 0x584B14) is known color: Bronze Olive. HEX triplet: 58, 4B and 14. RGB value is (88,75,20). Sum of RGB (Red+Green+Blue) = 88+75+20=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #584B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584B14 is #A7B4EB. Grayscale: #484848. Windows color (decimal): -10990828 or 1330008. OLE color: 1330008.

HSL color Cylindrical-coordinate representation of color #584B14: hue angle of 48.53º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #584B14 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 75 20 -
CMYK 0 0.15 0.77 0.65
HSL 48.53º 0.63% 0.21% -
HSV(B) 48.53º 0.77% 0.35% -
XYZ 6.67 7.16 1.69 -
YUV 72.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 88 75 20 0 0.15 0.77 0.65 48.53 0.63 0.21
Hex 58 4B 14 0 F 4D 41 31 3F 15
Octal 130 113 24 0 17 115 101 61 77 25
Binary 1011000 1001011 10100 0 1111 1001101 1000001 110001 111111 10101

Color Harmonies of #584B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584B14

Black with #584B14

Text Example


Text Example

White with #584B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,75,20); }

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

background-color css

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

 a { background-color: rgb(88,75,20); }

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

border-color css

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

 span { border-color: rgb(88,75,20); }

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