Html Css Color HEX #584225 Deep Bronze

📋 copy color: '#584225'

red 88 ◦ green 66 ◦ blue 37

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

Shades of Deep Bronze #584225

Tints of Deep Bronze #584225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.55%

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

R = 46.07%
G = 34.55%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#584225 (or 0x584225) is known color: Deep Bronze. HEX triplet: 58, 42 and 25. RGB value is (88,66,37). Sum of RGB (Red+Green+Blue) = 88+66+37=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #584225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584225 is #A7BDDA. Grayscale: #454545. Windows color (decimal): -10993115 or 2441816. OLE color: 2441816.

HSL color Cylindrical-coordinate representation of color #584225: hue angle of 34.12º 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 #584225 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 66 37 -
CMYK 0 0.25 0.58 0.65
HSL 34.12º 0.41% 0.25% -
HSV(B) 34.12º 0.58% 0.35% -
XYZ 6.31 6.1 2.6 -
YUV 69.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 88 66 37 0 0.25 0.58 0.65 34.12 0.41 0.25
Hex 58 42 25 0 19 3A 41 22 29 19
Octal 130 102 45 0 31 72 101 42 51 31
Binary 1011000 1000010 100101 0 11001 111010 1000001 100010 101001 11001

Color Harmonies of #584225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584225

Black with #584225

Text Example


Text Example

White with #584225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584225; }

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

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

background-color css

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

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

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

border-color css

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

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

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