Html Css Color HEX #57421E Bronze Olive

📋 copy color: '#57421E'

red 87 ◦ green 66 ◦ blue 30

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

Shades of Bronze Olive #57421E

Tints of Bronze Olive #57421E

RGB

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

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

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

R = 47.54%
G = 36.07%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57421E (or 0x57421E) is known color: Bronze Olive. HEX triplet: 57, 42 and 1E. RGB value is (87,66,30). Sum of RGB (Red+Green+Blue) = 87+66+30=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57421E is #A8BDE1. Grayscale: #444444. Windows color (decimal): -11058658 or 1983063. OLE color: 1983063.

HSL color Cylindrical-coordinate representation of color #57421E: hue angle of 37.89º 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 #57421E is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 66 30 -
CMYK 0 0.24 0.66 0.66
HSL 37.89º 0.49% 0.23% -
HSV(B) 37.89º 0.66% 0.34% -
XYZ 6.11 6.02 2.07 -
YUV 68.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 87 66 30 0 0.24 0.66 0.66 37.89 0.49 0.23
Hex 57 42 1E 0 18 42 42 26 31 17
Octal 127 102 36 0 30 102 102 46 61 27
Binary 1010111 1000010 11110 0 11000 1000010 1000010 100110 110001 10111

Color Harmonies of #57421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57421E

Black with #57421E

Text Example


Text Example

White with #57421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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