Html Css Color HEX #62551B Bronze Olive

📋 copy color: '#62551B'

red 98 ◦ green 85 ◦ blue 27

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

Shades of Bronze Olive #62551B

Tints of Bronze Olive #62551B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.86%

R = 46.67%
G = 40.48%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#62551B (or 0x62551B) is known color: Bronze Olive. HEX triplet: 62, 55 and 1B. RGB value is (98,85,27). Sum of RGB (Red+Green+Blue) = 98+85+27=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62551B is #9DAAE4. Grayscale: #525252. Windows color (decimal): -10332901 or 1791330. OLE color: 1791330.

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

Color convert

RGB 98 85 27 -
CMYK 0 0.13 0.72 0.62
HSL 49.01º 0.57% 0.25% -
HSV(B) 49.01º 0.72% 0.38% -
XYZ 8.48 9.17 2.36 -
YUV 82.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 98 85 27 0 0.13 0.72 0.62 49.01 0.57 0.25
Hex 62 55 1B 0 D 48 3E 31 39 19
Octal 142 125 33 0 15 110 76 61 71 31
Binary 1100010 1010101 11011 0 1101 1001000 111110 110001 111001 11001

Color Harmonies of #62551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62551B

Black with #62551B

Text Example


Text Example

White with #62551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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