Html Css Color HEX #625223 Bronze Olive

📋 copy color: '#625223'

red 98 ◦ green 82 ◦ blue 35

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

Shades of Bronze Olive #625223

Tints of Bronze Olive #625223

RGB

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

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

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

R = 45.58%
G = 38.14%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#625223 (or 0x625223) is known color: Bronze Olive. HEX triplet: 62, 52 and 23. RGB value is (98,82,35). Sum of RGB (Red+Green+Blue) = 98+82+35=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #625223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625223 is #9DADDC. Grayscale: #515151. Windows color (decimal): -10333661 or 2314850. OLE color: 2314850.

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

Color convert

RGB 98 82 35 -
CMYK 0 0.16 0.64 0.62
HSL 44.76º 0.47% 0.26% -
HSV(B) 44.76º 0.64% 0.38% -
XYZ 8.36 8.75 2.84 -
YUV 81.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 98 82 35 0 0.16 0.64 0.62 44.76 0.47 0.26
Hex 62 52 23 0 10 40 3E 2D 2F 1A
Octal 142 122 43 0 20 100 76 55 57 32
Binary 1100010 1010010 100011 0 10000 1000000 111110 101101 101111 11010

Color Harmonies of #625223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625223

Black with #625223

Text Example


Text Example

White with #625223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625223; }

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

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

background-color css

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

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

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

border-color css

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

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

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