Html Css Color HEX #63541C Bronze Olive

📋 copy color: '#63541C'

red 99 ◦ green 84 ◦ blue 28

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

Shades of Bronze Olive #63541C

Tints of Bronze Olive #63541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.81%

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

R = 46.92%
G = 39.81%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63541C (or 0x63541C) is known color: Bronze Olive. HEX triplet: 63, 54 and 1C. RGB value is (99,84,28). Sum of RGB (Red+Green+Blue) = 99+84+28=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63541C is #9CABE3. Grayscale: #525252. Windows color (decimal): -10267620 or 1856611. OLE color: 1856611.

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

Color convert

RGB 99 84 28 -
CMYK 0 0.15 0.72 0.61
HSL 47.32º 0.56% 0.25% -
HSV(B) 47.32º 0.72% 0.39% -
XYZ 8.53 9.08 2.4 -
YUV 82.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 99 84 28 0 0.15 0.72 0.61 47.32 0.56 0.25
Hex 63 54 1C 0 F 48 3D 2F 38 19
Octal 143 124 34 0 17 110 75 57 70 31
Binary 1100011 1010100 11100 0 1111 1001000 111101 101111 111000 11001

Color Harmonies of #63541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63541C

Black with #63541C

Text Example


Text Example

White with #63541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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