Html Css Color HEX #574126 Deep Bronze

📋 copy color: '#574126'

red 87 ◦ green 65 ◦ blue 38

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

Shades of Deep Bronze #574126

Tints of Deep Bronze #574126

RGB

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

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

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

R = 45.79%
G = 34.21%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#574126 (or 0x574126) is known color: Deep Bronze. HEX triplet: 57, 41 and 26. RGB value is (87,65,38). Sum of RGB (Red+Green+Blue) = 87+65+38=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #574126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574126 is #A8BED9. Grayscale: #444444. Windows color (decimal): -11058906 or 2507095. OLE color: 2507095.

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

Color convert

RGB 87 65 38 -
CMYK 0 0.25 0.56 0.66
HSL 33.06º 0.39% 0.25% -
HSV(B) 33.06º 0.56% 0.34% -
XYZ 6.17 5.95 2.66 -
YUV 68.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 87 65 38 0 0.25 0.56 0.66 33.06 0.39 0.25
Hex 57 41 26 0 19 38 42 21 27 19
Octal 127 101 46 0 31 70 102 41 47 31
Binary 1010111 1000001 100110 0 11001 111000 1000010 100001 100111 11001

Color Harmonies of #574126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574126

Black with #574126

Text Example


Text Example

White with #574126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574126; }

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

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

background-color css

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

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

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

border-color css

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

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

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