Html Css Color HEX #63521B Bronze Olive

📋 copy color: '#63521B'

red 99 ◦ green 82 ◦ blue 27

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

Shades of Bronze Olive #63521B

Tints of Bronze Olive #63521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.42%

 BLUE value IS 27 (10.94% from 255) = 12.98%

R = 47.6%
G = 39.42%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#63521B (or 0x63521B) is known color: Bronze Olive. HEX triplet: 63, 52 and 1B. RGB value is (99,82,27). Sum of RGB (Red+Green+Blue) = 99+82+27=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63521B is #9CADE4. Grayscale: #515151. Windows color (decimal): -10268133 or 1790563. OLE color: 1790563.

HSL color Cylindrical-coordinate representation of color #63521B: hue angle of 45.83º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63521B is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 82 27 -
CMYK 0 0.17 0.73 0.61
HSL 45.83º 0.57% 0.25% -
HSV(B) 45.83º 0.73% 0.39% -
XYZ 8.36 8.77 2.29 -
YUV 80.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 99 82 27 0 0.17 0.73 0.61 45.83 0.57 0.25
Hex 63 52 1B 0 11 49 3D 2E 39 19
Octal 143 122 33 0 21 111 75 56 71 31
Binary 1100011 1010010 11011 0 10001 1001001 111101 101110 111001 11001

Color Harmonies of #63521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63521B

Black with #63521B

Text Example


Text Example

White with #63521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63521B; }

 p { color: rgb(99,82,27); }

 H1.HeaderClassName
 {
   color: #63521B;
 }
 .AnyTagClassName
 {
   color: #63521B;
 }
</style>

background-color css

<style>
 a { background-color: #63521B; }

 a { background-color: rgb(99,82,27); }

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

border-color css

<style>
 span { border-color: #63521B; }

 span { border-color: rgb(99,82,27); }

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