Html Css Color HEX #625022 Bronze Olive

📋 copy color: '#625022'

red 98 ◦ green 80 ◦ blue 34

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

Shades of Bronze Olive #625022

Tints of Bronze Olive #625022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.74%

 BLUE value IS 34 (13.67% from 255) = 16.04%

R = 46.23%
G = 37.74%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#625022 (or 0x625022) is known color: Bronze Olive. HEX triplet: 62, 50 and 22. RGB value is (98,80,34). Sum of RGB (Red+Green+Blue) = 98+80+34=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #625022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625022 is #9DAFDD. Grayscale: #505050. Windows color (decimal): -10334174 or 2248802. OLE color: 2248802.

HSL color Cylindrical-coordinate representation of color #625022: hue angle of 43.12º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #625022 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 80 34 -
CMYK 0 0.18 0.65 0.62
HSL 43.13º 0.48% 0.26% -
HSV(B) 43.13º 0.65% 0.38% -
XYZ 8.19 8.45 2.71 -
YUV 80.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 98 80 34 0 0.18 0.65 0.62 43.13 0.48 0.26
Hex 62 50 22 0 12 41 3E 2B 30 1A
Octal 142 120 42 0 22 101 76 53 60 32
Binary 1100010 1010000 100010 0 10010 1000001 111110 101011 110000 11010

Color Harmonies of #625022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625022

Black with #625022

Text Example


Text Example

White with #625022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625022; }

 p { color: rgb(98,80,34); }

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

background-color css

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

 a { background-color: rgb(98,80,34); }

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

border-color css

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

 span { border-color: rgb(98,80,34); }

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