Html Css Color HEX #625024 Bronze Olive

📋 copy color: '#625024'

red 98 ◦ green 80 ◦ blue 36

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

Shades of Bronze Olive #625024

Tints of Bronze Olive #625024

RGB

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

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

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

R = 45.79%
G = 37.38%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#625024 (or 0x625024) is known color: Bronze Olive. HEX triplet: 62, 50 and 24. RGB value is (98,80,36). Sum of RGB (Red+Green+Blue) = 98+80+36=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #625024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625024 is #9DAFDB. Grayscale: #505050. Windows color (decimal): -10334172 or 2379874. OLE color: 2379874.

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

Color convert

RGB 98 80 36 -
CMYK 0 0.18 0.63 0.62
HSL 42.58º 0.46% 0.26% -
HSV(B) 42.58º 0.63% 0.38% -
XYZ 8.22 8.46 2.87 -
YUV 80.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 98 80 36 0 0.18 0.63 0.62 42.58 0.46 0.26
Hex 62 50 24 0 12 3F 3E 2B 2E 1A
Octal 142 120 44 0 22 77 76 53 56 32
Binary 1100010 1010000 100100 0 10010 111111 111110 101011 101110 11010

Color Harmonies of #625024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625024

Black with #625024

Text Example


Text Example

White with #625024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625024; }

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

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

background-color css

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

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

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

border-color css

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

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

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