Html Css Color HEX #57432A Deep Bronze

📋 copy color: '#57432A'

red 87 ◦ green 67 ◦ blue 42

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

Shades of Deep Bronze #57432A

Tints of Deep Bronze #57432A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.18%

 BLUE value IS 42 (16.8% from 255) = 21.43%

R = 44.39%
G = 34.18%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57432A (or 0x57432A) is known color: Deep Bronze. HEX triplet: 57, 43 and 2A. RGB value is (87,67,42). Sum of RGB (Red+Green+Blue) = 87+67+42=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #57432A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57432A is #A8BCD5. Grayscale: #464646. Windows color (decimal): -11058390 or 2769751. OLE color: 2769751.

HSL color Cylindrical-coordinate representation of color #57432A: hue angle of 33.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57432A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 67 42 -
CMYK 0 0.23 0.52 0.66
HSL 33.33º 0.35% 0.25% -
HSV(B) 33.33º 0.52% 0.34% -
XYZ 6.36 6.21 3.05 -
YUV 70.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 87 67 42 0 0.23 0.52 0.66 33.33 0.35 0.25
Hex 57 43 2A 0 17 34 42 21 23 19
Octal 127 103 52 0 27 64 102 41 43 31
Binary 1010111 1000011 101010 0 10111 110100 1000010 100001 100011 11001

Color Harmonies of #57432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57432A

Black with #57432A

Text Example


Text Example

White with #57432A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57432A; }

 p { color: rgb(87,67,42); }

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

background-color css

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

 a { background-color: rgb(87,67,42); }

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

border-color css

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

 span { border-color: rgb(87,67,42); }

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