#62570D

Color #62570D Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #62570D

Tints of Bronze Olive #62570D

Color information

#62570D (or 0x62570D) is unknown color: approx Bronze Olive. HEX triplet: 62, 57 and 0D. RGB value is (98,87,13). Sum of RGB (Red+Green+Blue) = 98+87+13=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62570D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62570D is #9DA8F2. Grayscale: #525252. Windows color (decimal): -10332403 or 874338. OLE color: 874338.

HSL color Cylindrical-coordinate representation of color #62570D: hue angle of 52.24º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62570D is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB988713-
CMYK00.110.870.62
HSL52.24º76.58%21.76%-
HSV(B)52.24º86.73%38.43%-
XYZ8.529.441.75-
YUV81.8589.14139.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 87 (34.38% from 255) = 43.94%
BLUE value IS 13 (5.47% from 255) = 6.57%
R=49.49%
G=43.94%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98871300.110.870.6252.2476.5821.76
Hex6257D0B573E344d16
Octal14212715013127766411526
Binary110001010101111101010111010111111110110100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62570D; }

 p { color: rgb(98,87,13); }

 H1.HeaderClassName
 {
   color: #62570D;
 }
 .AnyTagClassName
 {
   color: #62570D;
 }
</style>
background-color css

<style>
 a { background-color: #62570D; }

 a { background-color: rgb(98,87,13); }

 div.DivClassName
 {
   background-color: #62570D;
 }
 .BgClassName
 {
   background-color: #62570D;
 }
</style>
border-color css

<style>
 span { border-color: #62570D; }

 span { border-color: rgb(98,87,13); }

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