Html Css Color HEX #584B21 Bronze Olive

📋 copy color: '#584B21'

red 88 ◦ green 75 ◦ blue 33

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

Shades of Bronze Olive #584B21

Tints of Bronze Olive #584B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.84%

R = 44.9%
G = 38.27%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#584B21 (or 0x584B21) is known color: Bronze Olive. HEX triplet: 58, 4B and 21. RGB value is (88,75,33). Sum of RGB (Red+Green+Blue) = 88+75+33=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #584B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B21 is #A7B4DE. Grayscale: #4A4A4A. Windows color (decimal): -10990815 or 2181976. OLE color: 2181976.

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

Color convert

RGB 88 75 33 -
CMYK 0 0.15 0.62 0.65
HSL 45.82º 0.45% 0.24% -
HSV(B) 45.82º 0.63% 0.35% -
XYZ 6.82 7.22 2.47 -
YUV 74.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 88 75 33 0 0.15 0.62 0.65 45.82 0.45 0.24
Hex 58 4B 21 0 F 3E 41 2E 2D 18
Octal 130 113 41 0 17 76 101 56 55 30
Binary 1011000 1001011 100001 0 1111 111110 1000001 101110 101101 11000

Color Harmonies of #584B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584B21

Black with #584B21

Text Example


Text Example

White with #584B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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