Html Css Color HEX #62541C Bronze Olive

📋 copy color: '#62541C'

red 98 ◦ green 84 ◦ blue 28

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

Shades of Bronze Olive #62541C

Tints of Bronze Olive #62541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.33%

R = 46.67%
G = 40%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#62541C (or 0x62541C) is known color: Bronze Olive. HEX triplet: 62, 54 and 1C. RGB value is (98,84,28). Sum of RGB (Red+Green+Blue) = 98+84+28=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62541C is #9DABE3. Grayscale: #525252. Windows color (decimal): -10333156 or 1856610. OLE color: 1856610.

HSL color Cylindrical-coordinate representation of color #62541C: hue angle of 48º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62541C is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 84 28 -
CMYK 0 0.14 0.71 0.62
HSL 48º 0.56% 0.25% -
HSV(B) 48º 0.71% 0.38% -
XYZ 8.42 9.02 2.4 -
YUV 81.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 98 84 28 0 0.14 0.71 0.62 48 0.56 0.25
Hex 62 54 1C 0 E 47 3E 30 38 19
Octal 142 124 34 0 16 107 76 60 70 31
Binary 1100010 1010100 11100 0 1110 1000111 111110 110000 111000 11001

Color Harmonies of #62541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62541C

Black with #62541C

Text Example


Text Example

White with #62541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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