Html Css Color HEX #625522 Bronze Olive

📋 copy color: '#625522'

red 98 ◦ green 85 ◦ blue 34

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

Shades of Bronze Olive #625522

Tints of Bronze Olive #625522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.17%

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

R = 45.16%
G = 39.17%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#625522 (or 0x625522) is known color: Bronze Olive. HEX triplet: 62, 55 and 22. RGB value is (98,85,34). Sum of RGB (Red+Green+Blue) = 98+85+34=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #625522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625522 is #9DAADD. Grayscale: #535353. Windows color (decimal): -10332894 or 2250082. OLE color: 2250082.

HSL color Cylindrical-coordinate representation of color #625522: hue angle of 47.81º 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 #625522 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 85 34 -
CMYK 0 0.13 0.65 0.62
HSL 47.81º 0.48% 0.26% -
HSV(B) 47.81º 0.65% 0.38% -
XYZ 8.57 9.21 2.84 -
YUV 83.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 98 85 34 0 0.13 0.65 0.62 47.81 0.48 0.26
Hex 62 55 22 0 D 41 3E 30 30 1A
Octal 142 125 42 0 15 101 76 60 60 32
Binary 1100010 1010101 100010 0 1101 1000001 111110 110000 110000 11010

Color Harmonies of #625522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625522

Black with #625522

Text Example


Text Example

White with #625522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625522; }

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

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

background-color css

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

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

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

border-color css

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

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

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