Html Css Color HEX #62530D Bronze Olive

📋 copy color: '#62530D'

red 98 ◦ green 83 ◦ blue 13

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

Shades of Bronze Olive #62530D

Tints of Bronze Olive #62530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.7%

R = 50.52%
G = 42.78%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#62530D (or 0x62530D) is known color: Bronze Olive. HEX triplet: 62, 53 and 0D. RGB value is (98,83,13). Sum of RGB (Red+Green+Blue) = 98+83+13=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62530D is #9DACF2. Grayscale: #4F4F4F. Windows color (decimal): -10333427 or 873314. OLE color: 873314.

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

Color convert

RGB 98 83 13 -
CMYK 0 0.15 0.87 0.62
HSL 49.41º 0.77% 0.22% -
HSV(B) 49.41º 0.87% 0.38% -
XYZ 8.2 8.81 1.65 -
YUV 79.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 98 83 13 0 0.15 0.87 0.62 49.41 0.77 0.22
Hex 62 53 D 0 F 57 3E 31 4D 16
Octal 142 123 15 0 17 127 76 61 115 26
Binary 1100010 1010011 1101 0 1111 1010111 111110 110001 1001101 10110

Color Harmonies of #62530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62530D

Black with #62530D

Text Example


Text Example

White with #62530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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