Html Css Color HEX #62541B Bronze Olive

📋 copy color: '#62541B'

red 98 ◦ green 84 ◦ blue 27

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

Shades of Bronze Olive #62541B

Tints of Bronze Olive #62541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.19%

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

R = 46.89%
G = 40.19%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#62541B (or 0x62541B) is known color: Bronze Olive. HEX triplet: 62, 54 and 1B. RGB value is (98,84,27). Sum of RGB (Red+Green+Blue) = 98+84+27=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62541B is #9DABE4. Grayscale: #515151. Windows color (decimal): -10333157 or 1791074. OLE color: 1791074.

HSL color Cylindrical-coordinate representation of color #62541B: hue angle of 48.17º 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 #62541B is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 84 27 -
CMYK 0 0.14 0.72 0.62
HSL 48.17º 0.57% 0.25% -
HSV(B) 48.17º 0.72% 0.38% -
XYZ 8.41 9.02 2.33 -
YUV 81.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 98 84 27 0 0.14 0.72 0.62 48.17 0.57 0.25
Hex 62 54 1B 0 E 48 3E 30 39 19
Octal 142 124 33 0 16 110 76 60 71 31
Binary 1100010 1010100 11011 0 1110 1001000 111110 110000 111001 11001

Color Harmonies of #62541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62541B

Black with #62541B

Text Example


Text Example

White with #62541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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