Html Css Color HEX #57421B Bronze Olive

📋 copy color: '#57421B'

red 87 ◦ green 66 ◦ blue 27

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

Shades of Bronze Olive #57421B

Tints of Bronze Olive #57421B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15%

R = 48.33%
G = 36.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#57421B (or 0x57421B) is known color: Bronze Olive. HEX triplet: 57, 42 and 1B. RGB value is (87,66,27). Sum of RGB (Red+Green+Blue) = 87+66+27=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #57421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57421B is #A8BDE4. Grayscale: #444444. Windows color (decimal): -11058661 or 1786455. OLE color: 1786455.

HSL color Cylindrical-coordinate representation of color #57421B: hue angle of 39º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57421B is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 66 27 -
CMYK 0 0.24 0.69 0.66
HSL 39º 0.53% 0.22% -
HSV(B) 39º 0.69% 0.34% -
XYZ 6.08 6 1.88 -
YUV 67.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 87 66 27 0 0.24 0.69 0.66 39 0.53 0.22
Hex 57 42 1B 0 18 45 42 27 35 16
Octal 127 102 33 0 30 105 102 47 65 26
Binary 1010111 1000010 11011 0 11000 1000101 1000010 100111 110101 10110

Color Harmonies of #57421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57421B

Black with #57421B

Text Example


Text Example

White with #57421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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