Html Css Color HEX #625224 Bronze Olive

📋 copy color: '#625224'

red 98 ◦ green 82 ◦ blue 36

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

Shades of Bronze Olive #625224

Tints of Bronze Olive #625224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.67%

R = 45.37%
G = 37.96%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#625224 (or 0x625224) is known color: Bronze Olive. HEX triplet: 62, 52 and 24. RGB value is (98,82,36). Sum of RGB (Red+Green+Blue) = 98+82+36=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #625224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625224 is #9DADDB. Grayscale: #515151. Windows color (decimal): -10333660 or 2380386. OLE color: 2380386.

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

Color convert

RGB 98 82 36 -
CMYK 0 0.16 0.63 0.62
HSL 44.52º 0.46% 0.26% -
HSV(B) 44.52º 0.63% 0.38% -
XYZ 8.37 8.76 2.92 -
YUV 81.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 98 82 36 0 0.16 0.63 0.62 44.52 0.46 0.26
Hex 62 52 24 0 10 3F 3E 2D 2E 1A
Octal 142 122 44 0 20 77 76 55 56 32
Binary 1100010 1010010 100100 0 10000 111111 111110 101101 101110 11010

Color Harmonies of #625224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625224

Black with #625224

Text Example


Text Example

White with #625224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625224; }

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

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

background-color css

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

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

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

border-color css

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

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

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