Html Css Color HEX #625021 Bronze Olive

📋 copy color: '#625021'

red 98 ◦ green 80 ◦ blue 33

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

Shades of Bronze Olive #625021

Tints of Bronze Olive #625021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 46.45%
G = 37.91%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#625021 (or 0x625021) is known color: Bronze Olive. HEX triplet: 62, 50 and 21. RGB value is (98,80,33). Sum of RGB (Red+Green+Blue) = 98+80+33=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #625021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625021 is #9DAFDE. Grayscale: #505050. Windows color (decimal): -10334175 or 2183266. OLE color: 2183266.

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

Color convert

RGB 98 80 33 -
CMYK 0 0.18 0.66 0.62
HSL 43.38º 0.5% 0.26% -
HSV(B) 43.38º 0.66% 0.38% -
XYZ 8.18 8.44 2.64 -
YUV 80.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 98 80 33 0 0.18 0.66 0.62 43.38 0.5 0.26
Hex 62 50 21 0 12 42 3E 2B 32 1A
Octal 142 120 41 0 22 102 76 53 62 32
Binary 1100010 1010000 100001 0 10010 1000010 111110 101011 110010 11010

Color Harmonies of #625021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625021

Black with #625021

Text Example


Text Example

White with #625021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625021; }

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

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

background-color css

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

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

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

border-color css

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

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

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