Html Css Color HEX #57401E Deep Bronze

📋 copy color: '#57401E'

red 87 ◦ green 64 ◦ blue 30

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

Shades of Deep Bronze #57401E

Tints of Deep Bronze #57401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.57%

R = 48.07%
G = 35.36%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57401E (or 0x57401E) is known color: Deep Bronze. HEX triplet: 57, 40 and 1E. RGB value is (87,64,30). Sum of RGB (Red+Green+Blue) = 87+64+30=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57401E is #A8BFE1. Grayscale: #434343. Windows color (decimal): -11059170 or 1982551. OLE color: 1982551.

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

Color convert

RGB 87 64 30 -
CMYK 0 0.26 0.66 0.66
HSL 35.79º 0.49% 0.23% -
HSV(B) 35.79º 0.66% 0.34% -
XYZ 6 5.79 2.03 -
YUV 67 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 87 64 30 0 0.26 0.66 0.66 35.79 0.49 0.23
Hex 57 40 1E 0 1A 42 42 24 31 17
Octal 127 100 36 0 32 102 102 44 61 27
Binary 1010111 1000000 11110 0 11010 1000010 1000010 100100 110001 10111

Color Harmonies of #57401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57401E

Black with #57401E

Text Example


Text Example

White with #57401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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