Html Css Color HEX #A07327 Buttered Rum

📋 copy color: '#A07327'

red 160 ◦ green 115 ◦ blue 39

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

Shades of Buttered Rum #A07327

Tints of Buttered Rum #A07327

RGB

 RED value IS 160 (62.89% from 255) = 50.96%

 GREEN value IS 115 (45.31% from 255) = 36.62%

 BLUE value IS 39 (15.63% from 255) = 12.42%

R = 50.96%
G = 36.62%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A07327 (or 0xA07327) is known color: Buttered Rum. HEX triplet: A0, 73 and 27. RGB value is (160,115,39). Sum of RGB (Red+Green+Blue) = 160+115+39=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A07327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07327 is #5F8CD8. Grayscale: #787878. Windows color (decimal): -6261977 or 2585504. OLE color: 2585504.

HSL color Cylindrical-coordinate representation of color #A07327: hue angle of 37.69º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A07327 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 115 39 -
CMYK 0 0.28 0.76 0.37
HSL 37.69º 0.61% 0.39% -
HSV(B) 37.69º 0.76% 0.63% -
XYZ 20.99 19.88 4.65 -
YUV 119.79 82.41 156.68 -
System Red Green Blue C M Y K H S L
Decimal 160 115 39 0 0.28 0.76 0.37 37.69 0.61 0.39
Hex A0 73 27 0 1C 4C 25 26 3D 27
Octal 240 163 47 0 34 114 45 46 75 47
Binary 10100000 1110011 100111 0 11100 1001100 100101 100110 111101 100111

Color Harmonies of #A07327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07327

Black with #A07327

Text Example


Text Example

White with #A07327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07327; }

 p { color: rgb(160,115,39); }

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

background-color css

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

 a { background-color: rgb(160,115,39); }

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

border-color css

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

 span { border-color: rgb(160,115,39); }

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