Html Css Color HEX #63521E Bronze Olive

📋 copy color: '#63521E'

red 99 ◦ green 82 ◦ blue 30

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

Shades of Bronze Olive #63521E

Tints of Bronze Olive #63521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.22%

R = 46.92%
G = 38.86%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63521E (or 0x63521E) is known color: Bronze Olive. HEX triplet: 63, 52 and 1E. RGB value is (99,82,30). Sum of RGB (Red+Green+Blue) = 99+82+30=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63521E is #9CADE1. Grayscale: #515151. Windows color (decimal): -10268130 or 1987171. OLE color: 1987171.

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

Color convert

RGB 99 82 30 -
CMYK 0 0.17 0.70 0.61
HSL 45.22º 0.53% 0.25% -
HSV(B) 45.22º 0.7% 0.39% -
XYZ 8.4 8.78 2.48 -
YUV 81.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 99 82 30 0 0.17 0.70 0.61 45.22 0.53 0.25
Hex 63 52 1E 0 11 46 3D 2D 35 19
Octal 143 122 36 0 21 106 75 55 65 31
Binary 1100011 1010010 11110 0 10001 1000110 111101 101101 110101 11001

Color Harmonies of #63521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63521E

Black with #63521E

Text Example


Text Example

White with #63521E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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