Html Css Color HEX #574226 Deep Bronze

📋 copy color: '#574226'

red 87 ◦ green 66 ◦ blue 38

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

Shades of Deep Bronze #574226

Tints of Deep Bronze #574226

RGB

 RED value IS 87 (34.38% from 255) = 45.55%

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

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

R = 45.55%
G = 34.55%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#574226 (or 0x574226) is known color: Deep Bronze. HEX triplet: 57, 42 and 26. RGB value is (87,66,38). Sum of RGB (Red+Green+Blue) = 87+66+38=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #574226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574226 is #A8BDD9. Grayscale: #454545. Windows color (decimal): -11058650 or 2507351. OLE color: 2507351.

HSL color Cylindrical-coordinate representation of color #574226: hue angle of 34.29º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #574226 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 66 38 -
CMYK 0 0.24 0.56 0.66
HSL 34.29º 0.39% 0.25% -
HSV(B) 34.29º 0.56% 0.34% -
XYZ 6.23 6.06 2.68 -
YUV 69.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 87 66 38 0 0.24 0.56 0.66 34.29 0.39 0.25
Hex 57 42 26 0 18 38 42 22 27 19
Octal 127 102 46 0 30 70 102 42 47 31
Binary 1010111 1000010 100110 0 11000 111000 1000010 100010 100111 11001

Color Harmonies of #574226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574226

Black with #574226

Text Example


Text Example

White with #574226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574226; }

 p { color: rgb(87,66,38); }

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

background-color css

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

 a { background-color: rgb(87,66,38); }

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

border-color css

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

 span { border-color: rgb(87,66,38); }

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