Html Css Color HEX #62551E Bronze Olive

📋 copy color: '#62551E'

red 98 ◦ green 85 ◦ blue 30

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

Shades of Bronze Olive #62551E

Tints of Bronze Olive #62551E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.08%

R = 46.01%
G = 39.91%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#62551E (or 0x62551E) is known color: Bronze Olive. HEX triplet: 62, 55 and 1E. RGB value is (98,85,30). Sum of RGB (Red+Green+Blue) = 98+85+30=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62551E is #9DAAE1. Grayscale: #525252. Windows color (decimal): -10332898 or 1987938. OLE color: 1987938.

HSL color Cylindrical-coordinate representation of color #62551E: hue angle of 48.53º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62551E is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 85 30 -
CMYK 0 0.13 0.69 0.62
HSL 48.53º 0.53% 0.25% -
HSV(B) 48.53º 0.69% 0.38% -
XYZ 8.52 9.19 2.55 -
YUV 82.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 98 85 30 0 0.13 0.69 0.62 48.53 0.53 0.25
Hex 62 55 1E 0 D 45 3E 31 35 19
Octal 142 125 36 0 15 105 76 61 65 31
Binary 1100010 1010101 11110 0 1101 1000101 111110 110001 110101 11001

Color Harmonies of #62551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62551E

Black with #62551E

Text Example


Text Example

White with #62551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62551E; }

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

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

background-color css

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

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

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

border-color css

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

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

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