Html Css Color HEX #62530F Bronze Olive

📋 copy color: '#62530F'

red 98 ◦ green 83 ◦ blue 15

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

Shades of Bronze Olive #62530F

Tints of Bronze Olive #62530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 50%
G = 42.35%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62530F (or 0x62530F) is known color: Bronze Olive. HEX triplet: 62, 53 and 0F. RGB value is (98,83,15). Sum of RGB (Red+Green+Blue) = 98+83+15=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62530F is #9DACF0. Grayscale: #505050. Windows color (decimal): -10333425 or 1004386. OLE color: 1004386.

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

Color convert

RGB 98 83 15 -
CMYK 0 0.15 0.85 0.62
HSL 49.16º 0.73% 0.22% -
HSV(B) 49.16º 0.85% 0.38% -
XYZ 8.22 8.82 1.72 -
YUV 79.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 98 83 15 0 0.15 0.85 0.62 49.16 0.73 0.22
Hex 62 53 F 0 F 55 3E 31 49 16
Octal 142 123 17 0 17 125 76 61 111 26
Binary 1100010 1010011 1111 0 1111 1010101 111110 110001 1001001 10110

Color Harmonies of #62530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62530F

Black with #62530F

Text Example


Text Example

White with #62530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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