Html Css Color HEX #A3601B Golden Brown

📋 copy color: '#A3601B'

red 163 ◦ green 96 ◦ blue 27

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

Shades of Golden Brown #A3601B

Tints of Golden Brown #A3601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

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

R = 56.99%
G = 33.57%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3601B (or 0xA3601B) is known color: Golden Brown. HEX triplet: A3, 60 and 1B. RGB value is (163,96,27). Sum of RGB (Red+Green+Blue) = 163+96+27=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A3601B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3601B is #5C9FE4. Grayscale: #6C6C6C. Windows color (decimal): -6070245 or 1794211. OLE color: 1794211.

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

Color convert

RGB 163 96 27 -
CMYK 0 0.41 0.83 0.36
HSL 30.44º 0.72% 0.37% -
HSV(B) 30.44º 0.83% 0.64% -
XYZ 19.48 16.23 3.14 -
YUV 108.17 82.2 167.11 -
System Red Green Blue C M Y K H S L
Decimal 163 96 27 0 0.41 0.83 0.36 30.44 0.72 0.37
Hex A3 60 1B 0 29 53 24 1E 48 25
Octal 243 140 33 0 51 123 44 36 110 45
Binary 10100011 1100000 11011 0 101001 1010011 100100 11110 1001000 100101

Color Harmonies of #A3601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3601B

Black with #A3601B

Text Example


Text Example

White with #A3601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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