Html Css Color HEX #57440B Bronze Olive

📋 copy color: '#57440B'

red 87 ◦ green 68 ◦ blue 11

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

Shades of Bronze Olive #57440B

Tints of Bronze Olive #57440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.96%

 BLUE value IS 11 (4.69% from 255) = 6.63%

R = 52.41%
G = 40.96%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#57440B (or 0x57440B) is known color: Bronze Olive. HEX triplet: 57, 44 and 0B. RGB value is (87,68,11). Sum of RGB (Red+Green+Blue) = 87+68+11=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57440B is #A8BBF4. Grayscale: #434343. Windows color (decimal): -11058165 or 738391. OLE color: 738391.

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

Color convert

RGB 87 68 11 -
CMYK 0 0.22 0.87 0.66
HSL 45º 0.78% 0.19% -
HSV(B) 45º 0.87% 0.34% -
XYZ 6.06 6.18 1.19 -
YUV 67.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 87 68 11 0 0.22 0.87 0.66 45 0.78 0.19
Hex 57 44 B 0 16 57 42 2D 4E 13
Octal 127 104 13 0 26 127 102 55 116 23
Binary 1010111 1000100 1011 0 10110 1010111 1000010 101101 1001110 10011

Color Harmonies of #57440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57440B

Black with #57440B

Text Example


Text Example

White with #57440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,68,11); }

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

background-color css

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

 a { background-color: rgb(87,68,11); }

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

border-color css

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

 span { border-color: rgb(87,68,11); }

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