Html Css Color HEX #63530F Bronze Olive

📋 copy color: '#63530F'

red 99 ◦ green 83 ◦ blue 15

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

Shades of Bronze Olive #63530F

Tints of Bronze Olive #63530F

RGB

 RED value IS 99 (39.06% from 255) = 50.25%

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

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

R = 50.25%
G = 42.13%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#63530F (or 0x63530F) is known color: Bronze Olive. HEX triplet: 63, 53 and 0F. RGB value is (99,83,15). Sum of RGB (Red+Green+Blue) = 99+83+15=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63530F is #9CACF0. Grayscale: #505050. Windows color (decimal): -10267889 or 1004387. OLE color: 1004387.

HSL color Cylindrical-coordinate representation of color #63530F: hue angle of 48.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63530F is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 83 15 -
CMYK 0 0.16 0.85 0.61
HSL 48.57º 0.74% 0.22% -
HSV(B) 48.57º 0.85% 0.39% -
XYZ 8.33 8.87 1.73 -
YUV 80.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 99 83 15 0 0.16 0.85 0.61 48.57 0.74 0.22
Hex 63 53 F 0 10 55 3D 31 4A 16
Octal 143 123 17 0 20 125 75 61 112 26
Binary 1100011 1010011 1111 0 10000 1010101 111101 110001 1001010 10110

Color Harmonies of #63530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63530F

Black with #63530F

Text Example


Text Example

White with #63530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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