Html Css Color HEX #63501C Bronze Olive

📋 copy color: '#63501C'

red 99 ◦ green 80 ◦ blue 28

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

Shades of Bronze Olive #63501C

Tints of Bronze Olive #63501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.65%

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

R = 47.83%
G = 38.65%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63501C (or 0x63501C) is known color: Bronze Olive. HEX triplet: 63, 50 and 1C. RGB value is (99,80,28). Sum of RGB (Red+Green+Blue) = 99+80+28=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #63501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63501C is #9CAFE3. Grayscale: #4F4F4F. Windows color (decimal): -10268644 or 1855587. OLE color: 1855587.

HSL color Cylindrical-coordinate representation of color #63501C: hue angle of 43.94º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63501C is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 80 28 -
CMYK 0 0.19 0.72 0.61
HSL 43.94º 0.56% 0.25% -
HSV(B) 43.94º 0.72% 0.39% -
XYZ 8.22 8.47 2.3 -
YUV 79.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 99 80 28 0 0.19 0.72 0.61 43.94 0.56 0.25
Hex 63 50 1C 0 13 48 3D 2C 38 19
Octal 143 120 34 0 23 110 75 54 70 31
Binary 1100011 1010000 11100 0 10011 1001000 111101 101100 111000 11001

Color Harmonies of #63501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63501C

Black with #63501C

Text Example


Text Example

White with #63501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,80,28); }

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

background-color css

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

 a { background-color: rgb(99,80,28); }

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

border-color css

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

 span { border-color: rgb(99,80,28); }

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