Html Css Color HEX #A37438 Buttered Rum

📋 copy color: '#A37438'

red 163 ◦ green 116 ◦ blue 56

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

Shades of Buttered Rum #A37438

Tints of Buttered Rum #A37438

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.63%

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

R = 48.66%
G = 34.63%
B = 16.72%

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

#A37438 (or 0xA37438) is known color: Buttered Rum. HEX triplet: A3, 74 and 38. RGB value is (163,116,56). Sum of RGB (Red+Green+Blue) = 163+116+56=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A37438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37438 is #5C8BC7. Grayscale: #7B7B7B. Windows color (decimal): -6065096 or 3699875. OLE color: 3699875.

HSL color Cylindrical-coordinate representation of color #A37438: hue angle of 33.64º 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 #A37438 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 116 56 -
CMYK 0 0.29 0.66 0.36
HSL 33.64º 0.49% 0.43% -
HSV(B) 33.64º 0.66% 0.64% -
XYZ 22.06 20.56 6.55 -
YUV 123.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 163 116 56 0 0.29 0.66 0.36 33.64 0.49 0.43
Hex A3 74 38 0 1D 42 24 22 31 2B
Octal 243 164 70 0 35 102 44 42 61 53
Binary 10100011 1110100 111000 0 11101 1000010 100100 100010 110001 101011

Color Harmonies of #A37438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37438

Black with #A37438

Text Example


Text Example

White with #A37438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37438; }

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

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

background-color css

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

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

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

border-color css

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

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

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