Html Css Color HEX #A07533 Buttered Rum

📋 copy color: '#A07533'

red 160 ◦ green 117 ◦ blue 51

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

Shades of Buttered Rum #A07533

Tints of Buttered Rum #A07533

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

 BLUE value IS 51 (20.31% from 255) = 15.55%

R = 48.78%
G = 35.67%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A07533 (or 0xA07533) is known color: Buttered Rum. HEX triplet: A0, 75 and 33. RGB value is (160,117,51). Sum of RGB (Red+Green+Blue) = 160+117+51=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A07533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07533 is #5F8ACC. Grayscale: #7A7A7A. Windows color (decimal): -6261453 or 3372448. OLE color: 3372448.

HSL color Cylindrical-coordinate representation of color #A07533: hue angle of 36.33º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A07533 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 51 -
CMYK 0 0.27 0.68 0.37
HSL 36.33º 0.52% 0.41% -
HSV(B) 36.33º 0.68% 0.63% -
XYZ 21.46 20.44 5.95 -
YUV 122.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 160 117 51 0 0.27 0.68 0.37 36.33 0.52 0.41
Hex A0 75 33 0 1B 44 25 24 34 29
Octal 240 165 63 0 33 104 45 44 64 51
Binary 10100000 1110101 110011 0 11011 1000100 100101 100100 110100 101001

Color Harmonies of #A07533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07533

Black with #A07533

Text Example


Text Example

White with #A07533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07533; }

 p { color: rgb(160,117,51); }

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

background-color css

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

 a { background-color: rgb(160,117,51); }

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

border-color css

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

 span { border-color: rgb(160,117,51); }

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