Html Css Color HEX #63531C Bronze Olive

📋 copy color: '#63531C'

red 99 ◦ green 83 ◦ blue 28

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

Shades of Bronze Olive #63531C

Tints of Bronze Olive #63531C

RGB

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

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

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

R = 47.14%
G = 39.52%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63531C (or 0x63531C) is known color: Bronze Olive. HEX triplet: 63, 53 and 1C. RGB value is (99,83,28). Sum of RGB (Red+Green+Blue) = 99+83+28=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63531C is #9CACE3. Grayscale: #515151. Windows color (decimal): -10267876 or 1856355. OLE color: 1856355.

HSL color Cylindrical-coordinate representation of color #63531C: hue angle of 46.48º 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 #63531C is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 83 28 -
CMYK 0 0.16 0.72 0.61
HSL 46.48º 0.56% 0.25% -
HSV(B) 46.48º 0.72% 0.39% -
XYZ 8.45 8.92 2.38 -
YUV 81.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 99 83 28 0 0.16 0.72 0.61 46.48 0.56 0.25
Hex 63 53 1C 0 10 48 3D 2E 38 19
Octal 143 123 34 0 20 110 75 56 70 31
Binary 1100011 1010011 11100 0 10000 1001000 111101 101110 111000 11001

Color Harmonies of #63531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63531C

Black with #63531C

Text Example


Text Example

White with #63531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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