Html Css Color HEX #625523 Bronze Olive

📋 copy color: '#625523'

red 98 ◦ green 85 ◦ blue 35

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

Shades of Bronze Olive #625523

Tints of Bronze Olive #625523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.06%

R = 44.95%
G = 38.99%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#625523 (or 0x625523) is known color: Bronze Olive. HEX triplet: 62, 55 and 23. RGB value is (98,85,35). Sum of RGB (Red+Green+Blue) = 98+85+35=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #625523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625523 is #9DAADC. Grayscale: #535353. Windows color (decimal): -10332893 or 2315618. OLE color: 2315618.

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

Color convert

RGB 98 85 35 -
CMYK 0 0.13 0.64 0.62
HSL 47.62º 0.47% 0.26% -
HSV(B) 47.62º 0.64% 0.38% -
XYZ 8.59 9.22 2.92 -
YUV 83.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 98 85 35 0 0.13 0.64 0.62 47.62 0.47 0.26
Hex 62 55 23 0 D 40 3E 30 2F 1A
Octal 142 125 43 0 15 100 76 60 57 32
Binary 1100010 1010101 100011 0 1101 1000000 111110 110000 101111 11010

Color Harmonies of #625523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625523

Black with #625523

Text Example


Text Example

White with #625523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625523; }

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

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

background-color css

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

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

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

border-color css

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

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

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