Html Css Color HEX #574022 Deep Bronze

📋 copy color: '#574022'

red 87 ◦ green 64 ◦ blue 34

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

Shades of Deep Bronze #574022

Tints of Deep Bronze #574022

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.59%

 BLUE value IS 34 (13.67% from 255) = 18.38%

R = 47.03%
G = 34.59%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#574022 (or 0x574022) is known color: Deep Bronze. HEX triplet: 57, 40 and 22. RGB value is (87,64,34). Sum of RGB (Red+Green+Blue) = 87+64+34=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #574022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574022 is #A8BFDD. Grayscale: #434343. Windows color (decimal): -11059166 or 2244695. OLE color: 2244695.

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

Color convert

RGB 87 64 34 -
CMYK 0 0.26 0.61 0.66
HSL 33.96º 0.44% 0.24% -
HSV(B) 33.96º 0.61% 0.34% -
XYZ 6.05 5.81 2.32 -
YUV 67.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 87 64 34 0 0.26 0.61 0.66 33.96 0.44 0.24
Hex 57 40 22 0 1A 3D 42 22 2C 18
Octal 127 100 42 0 32 75 102 42 54 30
Binary 1010111 1000000 100010 0 11010 111101 1000010 100010 101100 11000

Color Harmonies of #574022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574022

Black with #574022

Text Example


Text Example

White with #574022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574022; }

 p { color: rgb(87,64,34); }

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

background-color css

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

 a { background-color: rgb(87,64,34); }

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

border-color css

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

 span { border-color: rgb(87,64,34); }

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