Html Css Color HEX #A3611B Golden Brown

📋 copy color: '#A3611B'

red 163 ◦ green 97 ◦ blue 27

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

Shades of Golden Brown #A3611B

Tints of Golden Brown #A3611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

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

R = 56.79%
G = 33.8%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3611B (or 0xA3611B) is known color: Golden Brown. HEX triplet: A3, 61 and 1B. RGB value is (163,97,27). Sum of RGB (Red+Green+Blue) = 163+97+27=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A3611B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3611B is #5C9EE4. Grayscale: #6D6D6D. Windows color (decimal): -6069989 or 1794467. OLE color: 1794467.

HSL color Cylindrical-coordinate representation of color #A3611B: hue angle of 30.88º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3611B is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 97 27 -
CMYK 0 0.40 0.83 0.36
HSL 30.88º 0.72% 0.37% -
HSV(B) 30.88º 0.83% 0.64% -
XYZ 19.58 16.42 3.17 -
YUV 108.75 81.87 166.69 -
System Red Green Blue C M Y K H S L
Decimal 163 97 27 0 0.40 0.83 0.36 30.88 0.72 0.37
Hex A3 61 1B 0 28 53 24 1F 48 25
Octal 243 141 33 0 50 123 44 37 110 45
Binary 10100011 1100001 11011 0 101000 1010011 100100 11111 1001000 100101

Color Harmonies of #A3611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3611B

Black with #A3611B

Text Example


Text Example

White with #A3611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3611B; }

 p { color: rgb(163,97,27); }

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

background-color css

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

 a { background-color: rgb(163,97,27); }

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

border-color css

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

 span { border-color: rgb(163,97,27); }

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