Html Css Color HEX #57422C Deep Bronze

📋 copy color: '#57422C'

red 87 ◦ green 66 ◦ blue 44

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

Shades of Deep Bronze #57422C

Tints of Deep Bronze #57422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 44.16%
G = 33.5%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#57422C (or 0x57422C) is known color: Deep Bronze. HEX triplet: 57, 42 and 2C. RGB value is (87,66,44). Sum of RGB (Red+Green+Blue) = 87+66+44=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #57422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57422C is #A8BDD3. Grayscale: #454545. Windows color (decimal): -11058644 or 2900567. OLE color: 2900567.

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

Color convert

RGB 87 66 44 -
CMYK 0 0.24 0.49 0.66
HSL 30.7º 0.33% 0.26% -
HSV(B) 30.7º 0.49% 0.34% -
XYZ 6.33 6.1 3.23 -
YUV 69.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 87 66 44 0 0.24 0.49 0.66 30.7 0.33 0.26
Hex 57 42 2C 0 18 31 42 1F 21 1A
Octal 127 102 54 0 30 61 102 37 41 32
Binary 1010111 1000010 101100 0 11000 110001 1000010 11111 100001 11010

Color Harmonies of #57422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57422C

Black with #57422C

Text Example


Text Example

White with #57422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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