Html Css Color HEX #57411F Deep Bronze

📋 copy color: '#57411F'

red 87 ◦ green 65 ◦ blue 31

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

Shades of Deep Bronze #57411F

Tints of Deep Bronze #57411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.94%

R = 47.54%
G = 35.52%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#57411F (or 0x57411F) is known color: Deep Bronze. HEX triplet: 57, 41 and 1F. RGB value is (87,65,31). Sum of RGB (Red+Green+Blue) = 87+65+31=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57411F is #A8BEE0. Grayscale: #434343. Windows color (decimal): -11058913 or 2048343. OLE color: 2048343.

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

Color convert

RGB 87 65 31 -
CMYK 0 0.25 0.64 0.66
HSL 36.43º 0.47% 0.23% -
HSV(B) 36.43º 0.64% 0.34% -
XYZ 6.07 5.91 2.12 -
YUV 67.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 87 65 31 0 0.25 0.64 0.66 36.43 0.47 0.23
Hex 57 41 1F 0 19 40 42 24 2F 17
Octal 127 101 37 0 31 100 102 44 57 27
Binary 1010111 1000001 11111 0 11001 1000000 1000010 100100 101111 10111

Color Harmonies of #57411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57411F

Black with #57411F

Text Example


Text Example

White with #57411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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