Html Css Color HEX #A33016 Brown

📋 copy color: '#A33016'

red 163 ◦ green 48 ◦ blue 22

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

Shades of Brown #A33016

Tints of Brown #A33016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 22 (8.98% from 255) = 9.44%

R = 69.96%
G = 20.6%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A33016 (or 0xA33016) is known color: Brown. HEX triplet: A3, 30 and 16. RGB value is (163,48,22). Sum of RGB (Red+Green+Blue) = 163+48+22=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A33016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33016 is #5CCFE9. Grayscale: #4F4F4F. Windows color (decimal): -6082538 or 1454243. OLE color: 1454243.

HSL color Cylindrical-coordinate representation of color #A33016: hue angle of 11.06º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A33016 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 48 22 -
CMYK 0 0.71 0.87 0.36
HSL 11.06º 0.76% 0.36% -
HSV(B) 11.06º 0.87% 0.64% -
XYZ 16.31 9.96 1.82 -
YUV 79.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 163 48 22 0 0.71 0.87 0.36 11.06 0.76 0.36
Hex A3 30 16 0 47 57 24 B 4C 24
Octal 243 60 26 0 107 127 44 13 114 44
Binary 10100011 110000 10110 0 1000111 1010111 100100 1011 1001100 100100

Color Harmonies of #A33016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33016

Black with #A33016

Text Example


Text Example

White with #A33016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33016; }

 p { color: rgb(163,48,22); }

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

background-color css

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

 a { background-color: rgb(163,48,22); }

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

border-color css

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

 span { border-color: rgb(163,48,22); }

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