Html Css Color HEX #63521D Bronze Olive

📋 copy color: '#63521D'

red 99 ◦ green 82 ◦ blue 29

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

Shades of Bronze Olive #63521D

Tints of Bronze Olive #63521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 47.14%
G = 39.05%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#63521D (or 0x63521D) is known color: Bronze Olive. HEX triplet: 63, 52 and 1D. RGB value is (99,82,29). Sum of RGB (Red+Green+Blue) = 99+82+29=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63521D is #9CADE2. Grayscale: #515151. Windows color (decimal): -10268131 or 1921635. OLE color: 1921635.

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

Color convert

RGB 99 82 29 -
CMYK 0 0.17 0.71 0.61
HSL 45.43º 0.55% 0.25% -
HSV(B) 45.43º 0.71% 0.39% -
XYZ 8.38 8.78 2.41 -
YUV 81.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 99 82 29 0 0.17 0.71 0.61 45.43 0.55 0.25
Hex 63 52 1D 0 11 47 3D 2D 37 19
Octal 143 122 35 0 21 107 75 55 67 31
Binary 1100011 1010010 11101 0 10001 1000111 111101 101101 110111 11001

Color Harmonies of #63521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63521D

Black with #63521D

Text Example


Text Example

White with #63521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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