Html Css Color HEX #A8361C Brown

📋 copy color: '#A8361C'

red 168 ◦ green 54 ◦ blue 28

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

Shades of Brown #A8361C

Tints of Brown #A8361C

RGB

 RED value IS 168 (66.02% from 255) = 67.2%

 GREEN value IS 54 (21.48% from 255) = 21.6%

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 67.2%
G = 21.6%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8361C (or 0xA8361C) is known color: Brown. HEX triplet: A8, 36 and 1C. RGB value is (168,54,28). Sum of RGB (Red+Green+Blue) = 168+54+28=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8361C is #57C9E3. Grayscale: #555555. Windows color (decimal): -5753316 or 1849000. OLE color: 1849000.

HSL color Cylindrical-coordinate representation of color #A8361C: hue angle of 11.14º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8361C is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 54 28 -
CMYK 0 0.68 0.83 0.34
HSL 11.14º 0.71% 0.38% -
HSV(B) 11.14º 0.83% 0.66% -
XYZ 17.68 11.05 2.3 -
YUV 85.12 95.77 187.11 -
System Red Green Blue C M Y K H S L
Decimal 168 54 28 0 0.68 0.83 0.34 11.14 0.71 0.38
Hex A8 36 1C 0 44 53 22 B 47 26
Octal 250 66 34 0 104 123 42 13 107 46
Binary 10101000 110110 11100 0 1000100 1010011 100010 1011 1000111 100110

Color Harmonies of #A8361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8361C

Black with #A8361C

Text Example


Text Example

White with #A8361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8361C; }

 p { color: rgb(168,54,28); }

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

background-color css

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

 a { background-color: rgb(168,54,28); }

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

border-color css

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

 span { border-color: rgb(168,54,28); }

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