Html Css Color HEX #63531F Bronze Olive

📋 copy color: '#63531F'

red 99 ◦ green 83 ◦ blue 31

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

Shades of Bronze Olive #63531F

Tints of Bronze Olive #63531F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.55%

R = 46.48%
G = 38.97%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63531F (or 0x63531F) is known color: Bronze Olive. HEX triplet: 63, 53 and 1F. RGB value is (99,83,31). Sum of RGB (Red+Green+Blue) = 99+83+31=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #63531F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63531F is #9CACE0. Grayscale: #525252. Windows color (decimal): -10267873 or 2052963. OLE color: 2052963.

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

Color convert

RGB 99 83 31 -
CMYK 0 0.16 0.69 0.61
HSL 45.88º 0.52% 0.25% -
HSV(B) 45.88º 0.69% 0.39% -
XYZ 8.49 8.94 2.57 -
YUV 81.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 99 83 31 0 0.16 0.69 0.61 45.88 0.52 0.25
Hex 63 53 1F 0 10 45 3D 2E 34 19
Octal 143 123 37 0 20 105 75 56 64 31
Binary 1100011 1010011 11111 0 10000 1000101 111101 101110 110100 11001

Color Harmonies of #63531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63531F

Black with #63531F

Text Example


Text Example

White with #63531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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