Html Css Color HEX #62530E Bronze Olive

📋 copy color: '#62530E'

red 98 ◦ green 83 ◦ blue 14

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

Shades of Bronze Olive #62530E

Tints of Bronze Olive #62530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.56%

 BLUE value IS 14 (5.86% from 255) = 7.18%

R = 50.26%
G = 42.56%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#62530E (or 0x62530E) is known color: Bronze Olive. HEX triplet: 62, 53 and 0E. RGB value is (98,83,14). Sum of RGB (Red+Green+Blue) = 98+83+14=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62530E is #9DACF1. Grayscale: #4F4F4F. Windows color (decimal): -10333426 or 938850. OLE color: 938850.

HSL color Cylindrical-coordinate representation of color #62530E: hue angle of 49.29º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62530E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 83 14 -
CMYK 0 0.15 0.86 0.62
HSL 49.29º 0.75% 0.22% -
HSV(B) 49.29º 0.86% 0.38% -
XYZ 8.21 8.81 1.68 -
YUV 79.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 98 83 14 0 0.15 0.86 0.62 49.29 0.75 0.22
Hex 62 53 E 0 F 56 3E 31 4B 16
Octal 142 123 16 0 17 126 76 61 113 26
Binary 1100010 1010011 1110 0 1111 1010110 111110 110001 1001011 10110

Color Harmonies of #62530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62530E

Black with #62530E

Text Example


Text Example

White with #62530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,83,14); }

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

background-color css

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

 a { background-color: rgb(98,83,14); }

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

border-color css

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

 span { border-color: rgb(98,83,14); }

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