Html Css Color HEX #624D13 Bronze Olive

📋 copy color: '#624D13'

red 98 ◦ green 77 ◦ blue 19

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

Shades of Bronze Olive #624D13

Tints of Bronze Olive #624D13

RGB

 RED value IS 98 (38.67% from 255) = 50.52%

 GREEN value IS 77 (30.47% from 255) = 39.69%

 BLUE value IS 19 (7.81% from 255) = 9.79%

R = 50.52%
G = 39.69%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#624D13 (or 0x624D13) is known color: Bronze Olive. HEX triplet: 62, 4D and 13. RGB value is (98,77,19). Sum of RGB (Red+Green+Blue) = 98+77+19=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #624D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624D13 is #9DB2EC. Grayscale: #4C4C4C. Windows color (decimal): -10334957 or 1264994. OLE color: 1264994.

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

Color convert

RGB 98 77 19 -
CMYK 0 0.21 0.81 0.62
HSL 44.05º 0.68% 0.23% -
HSV(B) 44.05º 0.81% 0.38% -
XYZ 7.81 7.95 1.74 -
YUV 76.67 95.46 143.22 -
System Red Green Blue C M Y K H S L
Decimal 98 77 19 0 0.21 0.81 0.62 44.05 0.68 0.23
Hex 62 4D 13 0 15 51 3E 2C 44 17
Octal 142 115 23 0 25 121 76 54 104 27
Binary 1100010 1001101 10011 0 10101 1010001 111110 101100 1000100 10111

Color Harmonies of #624D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624D13

Black with #624D13

Text Example


Text Example

White with #624D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,77,19); }

 H1.HeaderClassName
 {
   color: #624D13;
 }
 .AnyTagClassName
 {
   color: #624D13;
 }
</style>

background-color css

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

 a { background-color: rgb(98,77,19); }

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

border-color css

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

 span { border-color: rgb(98,77,19); }

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