Html Css Color HEX #A36C23 Buttered Rum

📋 copy color: '#A36C23'

red 163 ◦ green 108 ◦ blue 35

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

Shades of Buttered Rum #A36C23

Tints of Buttered Rum #A36C23

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.29%

 BLUE value IS 35 (14.06% from 255) = 11.44%

R = 53.27%
G = 35.29%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A36C23 (or 0xA36C23) is known color: Buttered Rum. HEX triplet: A3, 6C and 23. RGB value is (163,108,35). Sum of RGB (Red+Green+Blue) = 163+108+35=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C23 is #5C93DC. Grayscale: #747474. Windows color (decimal): -6067165 or 2321571. OLE color: 2321571.

HSL color Cylindrical-coordinate representation of color #A36C23: hue angle of 34.22º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A36C23 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 108 35 -
CMYK 0 0.34 0.79 0.36
HSL 34.22º 0.65% 0.39% -
HSV(B) 34.22º 0.79% 0.64% -
XYZ 20.77 18.63 4.09 -
YUV 116.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 163 108 35 0 0.34 0.79 0.36 34.22 0.65 0.39
Hex A3 6C 23 0 22 4F 24 22 41 27
Octal 243 154 43 0 42 117 44 42 101 47
Binary 10100011 1101100 100011 0 100010 1001111 100100 100010 1000001 100111

Color Harmonies of #A36C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C23

Black with #A36C23

Text Example


Text Example

White with #A36C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C23; }

 p { color: rgb(163,108,35); }

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

background-color css

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

 a { background-color: rgb(163,108,35); }

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

border-color css

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

 span { border-color: rgb(163,108,35); }

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