#624B1F

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

Shades of Bronze Olive #624B1F

Tints of Bronze Olive #624B1F

Color information

#624B1F (or 0x624B1F) is unknown color: approx Bronze Olive. HEX triplet: 62, 4B and 1F. RGB value is (98,75,31). Sum of RGB (Red+Green+Blue) = 98+75+31=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #624B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B1F is #9DB4E0. Grayscale: #4D4D4D. Windows color (decimal): -10335457 or 2050914. OLE color: 2050914.

HSL color Cylindrical-coordinate representation of color #624B1F: hue angle of 39.4º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #624B1F is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB987531-
CMYK00.230.680.62
HSL39.4º51.94%25.29%-
HSV(B)39.4º68.37%38.43%-
XYZ7.87.732.38-
YUV76.86102.12143.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.04%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 31 (12.5% from 255) = 15.20%
R=48.04%
G=36.76%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98753100.230.680.6239.451.9425.29
Hex624B1F017443E273419
Octal1421133702710476476431
Binary1100010100101111111010111100010011111010011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624B1F; }

 p { color: rgb(98,75,31); }

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

<style>
 a { background-color: #624B1F; }

 a { background-color: rgb(98,75,31); }

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

<style>
 span { border-color: #624B1F; }

 span { border-color: rgb(98,75,31); }

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