Html Css Color HEX #A37338 Buttered Rum

📋 copy color: '#A37338'

red 163 ◦ green 115 ◦ blue 56

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

Shades of Buttered Rum #A37338

Tints of Buttered Rum #A37338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.77%

R = 48.8%
G = 34.43%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A37338 (or 0xA37338) is known color: Buttered Rum. HEX triplet: A3, 73 and 38. RGB value is (163,115,56). Sum of RGB (Red+Green+Blue) = 163+115+56=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A37338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37338 is #5C8CC7. Grayscale: #7A7A7A. Windows color (decimal): -6065352 or 3699619. OLE color: 3699619.

HSL color Cylindrical-coordinate representation of color #A37338: hue angle of 33.08º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A37338 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 115 56 -
CMYK 0 0.29 0.66 0.36
HSL 33.08º 0.49% 0.43% -
HSV(B) 33.08º 0.66% 0.64% -
XYZ 21.95 20.33 6.51 -
YUV 122.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 163 115 56 0 0.29 0.66 0.36 33.08 0.49 0.43
Hex A3 73 38 0 1D 42 24 21 31 2B
Octal 243 163 70 0 35 102 44 41 61 53
Binary 10100011 1110011 111000 0 11101 1000010 100100 100001 110001 101011

Color Harmonies of #A37338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37338

Black with #A37338

Text Example


Text Example

White with #A37338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37338; }

 p { color: rgb(163,115,56); }

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

background-color css

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

 a { background-color: rgb(163,115,56); }

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

border-color css

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

 span { border-color: rgb(163,115,56); }

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