Html Css Color HEX #A15C1B Golden Brown

📋 copy color: '#A15C1B'

red 161 ◦ green 92 ◦ blue 27

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

Shades of Golden Brown #A15C1B

Tints of Golden Brown #A15C1B

RGB

 RED value IS 161 (63.28% from 255) = 57.5%

 GREEN value IS 92 (36.33% from 255) = 32.86%

 BLUE value IS 27 (10.94% from 255) = 9.64%

R = 57.5%
G = 32.86%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A15C1B (or 0xA15C1B) is known color: Golden Brown. HEX triplet: A1, 5C and 1B. RGB value is (161,92,27). Sum of RGB (Red+Green+Blue) = 161+92+27=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15C1B is #5EA3E4. Grayscale: #696969. Windows color (decimal): -6202341 or 1793185. OLE color: 1793185.

HSL color Cylindrical-coordinate representation of color #A15C1B: hue angle of 29.1º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A15C1B is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 92 27 -
CMYK 0 0.43 0.83 0.37
HSL 29.1º 0.71% 0.37% -
HSV(B) 29.1º 0.83% 0.63% -
XYZ 18.72 15.31 3.01 -
YUV 105.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 161 92 27 0 0.43 0.83 0.37 29.1 0.71 0.37
Hex A1 5C 1B 0 2B 53 25 1D 47 25
Octal 241 134 33 0 53 123 45 35 107 45
Binary 10100001 1011100 11011 0 101011 1010011 100101 11101 1000111 100101

Color Harmonies of #A15C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15C1B

Black with #A15C1B

Text Example


Text Example

White with #A15C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15C1B; }

 p { color: rgb(161,92,27); }

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

background-color css

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

 a { background-color: rgb(161,92,27); }

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

border-color css

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

 span { border-color: rgb(161,92,27); }

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