Html Css Color HEX #A83118 Brown

📋 copy color: '#A83118'

red 168 ◦ green 49 ◦ blue 24

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

Shades of Brown #A83118

Tints of Brown #A83118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.33%

 BLUE value IS 24 (9.77% from 255) = 9.96%

R = 69.71%
G = 20.33%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A83118 (or 0xA83118) is known color: Brown. HEX triplet: A8, 31 and 18. RGB value is (168,49,24). Sum of RGB (Red+Green+Blue) = 168+49+24=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A83118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83118 is #57CEE7. Grayscale: #515151. Windows color (decimal): -5754600 or 1585576. OLE color: 1585576.

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

Color convert

RGB 168 49 24 -
CMYK 0 0.71 0.86 0.34
HSL 10.42º 0.75% 0.38% -
HSV(B) 10.42º 0.86% 0.66% -
XYZ 17.41 10.59 1.99 -
YUV 81.73 95.42 189.53 -
System Red Green Blue C M Y K H S L
Decimal 168 49 24 0 0.71 0.86 0.34 10.42 0.75 0.38
Hex A8 31 18 0 47 56 22 A 4B 26
Octal 250 61 30 0 107 126 42 12 113 46
Binary 10101000 110001 11000 0 1000111 1010110 100010 1010 1001011 100110

Color Harmonies of #A83118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83118

Black with #A83118

Text Example


Text Example

White with #A83118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83118; }

 p { color: rgb(168,49,24); }

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

background-color css

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

 a { background-color: rgb(168,49,24); }

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

border-color css

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

 span { border-color: rgb(168,49,24); }

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