Html Css Color HEX #584125 Deep Bronze

📋 copy color: '#584125'

red 88 ◦ green 65 ◦ blue 37

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

Shades of Deep Bronze #584125

Tints of Deep Bronze #584125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.21%

 BLUE value IS 37 (14.84% from 255) = 19.47%

R = 46.32%
G = 34.21%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#584125 (or 0x584125) is known color: Deep Bronze. HEX triplet: 58, 41 and 25. RGB value is (88,65,37). Sum of RGB (Red+Green+Blue) = 88+65+37=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #584125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584125 is #A7BEDA. Grayscale: #444444. Windows color (decimal): -10993371 or 2441560. OLE color: 2441560.

HSL color Cylindrical-coordinate representation of color #584125: hue angle of 32.94º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #584125 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 65 37 -
CMYK 0 0.26 0.58 0.65
HSL 32.94º 0.41% 0.25% -
HSV(B) 32.94º 0.58% 0.35% -
XYZ 6.25 5.99 2.58 -
YUV 68.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 88 65 37 0 0.26 0.58 0.65 32.94 0.41 0.25
Hex 58 41 25 0 1A 3A 41 21 29 19
Octal 130 101 45 0 32 72 101 41 51 31
Binary 1011000 1000001 100101 0 11010 111010 1000001 100001 101001 11001

Color Harmonies of #584125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584125

Black with #584125

Text Example


Text Example

White with #584125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584125; }

 p { color: rgb(88,65,37); }

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

background-color css

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

 a { background-color: rgb(88,65,37); }

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

border-color css

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

 span { border-color: rgb(88,65,37); }

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