Html Css Color HEX #A33015 Brown

📋 copy color: '#A33015'

red 163 ◦ green 48 ◦ blue 21

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

Shades of Brown #A33015

Tints of Brown #A33015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 70.26%
G = 20.69%
B = 9.05%

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

#A33015 (or 0xA33015) is known color: Brown. HEX triplet: A3, 30 and 15. RGB value is (163,48,21). Sum of RGB (Red+Green+Blue) = 163+48+21=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A33015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33015 is #5CCFEA. Grayscale: #4F4F4F. Windows color (decimal): -6082539 or 1388707. OLE color: 1388707.

HSL color Cylindrical-coordinate representation of color #A33015: hue angle of 11.41º degrees, saturation: 0.77, 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 #A33015 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 48 21 -
CMYK 0 0.71 0.87 0.36
HSL 11.41º 0.77% 0.36% -
HSV(B) 11.41º 0.87% 0.64% -
XYZ 16.3 9.95 1.77 -
YUV 79.31 95.1 187.7 -
System Red Green Blue C M Y K H S L
Decimal 163 48 21 0 0.71 0.87 0.36 11.41 0.77 0.36
Hex A3 30 15 0 47 57 24 B 4D 24
Octal 243 60 25 0 107 127 44 13 115 44
Binary 10100011 110000 10101 0 1000111 1010111 100100 1011 1001101 100100

Color Harmonies of #A33015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33015

Black with #A33015

Text Example


Text Example

White with #A33015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33015; }

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

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

background-color css

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

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

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

border-color css

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

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

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