Html Css Color HEX #57430E Bronze Olive

📋 copy color: '#57430E'

red 87 ◦ green 67 ◦ blue 14

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

Shades of Bronze Olive #57430E

Tints of Bronze Olive #57430E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.33%

R = 51.79%
G = 39.88%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57430E (or 0x57430E) is known color: Bronze Olive. HEX triplet: 57, 43 and 0E. RGB value is (87,67,14). Sum of RGB (Red+Green+Blue) = 87+67+14=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #57430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57430E is #A8BCF1. Grayscale: #434343. Windows color (decimal): -11058418 or 934743. OLE color: 934743.

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

Color convert

RGB 87 67 14 -
CMYK 0 0.23 0.84 0.66
HSL 43.56º 0.72% 0.2% -
HSV(B) 43.56º 0.84% 0.34% -
XYZ 6.02 6.07 1.27 -
YUV 66.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 87 67 14 0 0.23 0.84 0.66 43.56 0.72 0.2
Hex 57 43 E 0 17 54 42 2C 48 14
Octal 127 103 16 0 27 124 102 54 110 24
Binary 1010111 1000011 1110 0 10111 1010100 1000010 101100 1001000 10100

Color Harmonies of #57430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57430E

Black with #57430E

Text Example


Text Example

White with #57430E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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