Html Css Color HEX #624D1B Bronze Olive

📋 copy color: '#624D1B'

red 98 ◦ green 77 ◦ blue 27

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

Shades of Bronze Olive #624D1B

Tints of Bronze Olive #624D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.37%

R = 48.51%
G = 38.12%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#624D1B (or 0x624D1B) is known color: Bronze Olive. HEX triplet: 62, 4D and 1B. RGB value is (98,77,27). Sum of RGB (Red+Green+Blue) = 98+77+27=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #624D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D1B is #9DB2E4. Grayscale: #4D4D4D. Windows color (decimal): -10334949 or 1789282. OLE color: 1789282.

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

Color convert

RGB 98 77 27 -
CMYK 0 0.21 0.72 0.62
HSL 42.25º 0.57% 0.25% -
HSV(B) 42.25º 0.72% 0.38% -
XYZ 7.89 7.98 2.16 -
YUV 77.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 98 77 27 0 0.21 0.72 0.62 42.25 0.57 0.25
Hex 62 4D 1B 0 15 48 3E 2A 39 19
Octal 142 115 33 0 25 110 76 52 71 31
Binary 1100010 1001101 11011 0 10101 1001000 111110 101010 111001 11001

Color Harmonies of #624D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624D1B

Black with #624D1B

Text Example


Text Example

White with #624D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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