Html Css Color HEX #625212 Bronze Olive

📋 copy color: '#625212'

red 98 ◦ green 82 ◦ blue 18

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

Shades of Bronze Olive #625212

Tints of Bronze Olive #625212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.41%

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 49.49%
G = 41.41%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#625212 (or 0x625212) is known color: Bronze Olive. HEX triplet: 62, 52 and 12. RGB value is (98,82,18). Sum of RGB (Red+Green+Blue) = 98+82+18=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #625212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625212 is #9DADED. Grayscale: #4F4F4F. Windows color (decimal): -10333678 or 1200738. OLE color: 1200738.

HSL color Cylindrical-coordinate representation of color #625212: hue angle of 48º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #625212 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 82 18 -
CMYK 0 0.16 0.82 0.62
HSL 48º 0.69% 0.23% -
HSV(B) 48º 0.82% 0.38% -
XYZ 8.16 8.67 1.82 -
YUV 79.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 98 82 18 0 0.16 0.82 0.62 48 0.69 0.23
Hex 62 52 12 0 10 52 3E 30 45 17
Octal 142 122 22 0 20 122 76 60 105 27
Binary 1100010 1010010 10010 0 10000 1010010 111110 110000 1000101 10111

Color Harmonies of #625212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625212

Black with #625212

Text Example


Text Example

White with #625212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625212; }

 p { color: rgb(98,82,18); }

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

background-color css

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

 a { background-color: rgb(98,82,18); }

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

border-color css

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

 span { border-color: rgb(98,82,18); }

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