Html Css Color HEX #A39379 Bronco

📋 copy color: '#A39379'

red 163 ◦ green 147 ◦ blue 121

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

Shades of Bronco #A39379

Tints of Bronco #A39379

RGB

 RED value IS 163 (64.06% from 255) = 37.82%

 GREEN value IS 147 (57.81% from 255) = 34.11%

 BLUE value IS 121 (47.66% from 255) = 28.07%

R = 37.82%
G = 34.11%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A39379 (or 0xA39379) is known color: Bronco. HEX triplet: A3, 93 and 79. RGB value is (163,147,121). Sum of RGB (Red+Green+Blue) = 163+147+121=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A39379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39379 is #5C6C86. Grayscale: #949494. Windows color (decimal): -6057095 or 7967651. OLE color: 7967651.

HSL color Cylindrical-coordinate representation of color #A39379: hue angle of 37.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A39379 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 147 121 -
CMYK 0 0.10 0.26 0.36
HSL 37.14º 0.19% 0.56% -
HSV(B) 37.14º 0.26% 0.64% -
XYZ 28.99 30.03 22.36 -
YUV 148.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 163 147 121 0 0.10 0.26 0.36 37.14 0.19 0.56
Hex A3 93 79 0 A 1A 24 25 13 38
Octal 243 223 171 0 12 32 44 45 23 70
Binary 10100011 10010011 1111001 0 1010 11010 100100 100101 10011 111000

Color Harmonies of #A39379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39379

Black with #A39379

Text Example


Text Example

White with #A39379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39379; }

 p { color: rgb(163,147,121); }

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

background-color css

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

 a { background-color: rgb(163,147,121); }

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

border-color css

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

 span { border-color: rgb(163,147,121); }

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