Html Css Color HEX #A33026 Brown

📋 copy color: '#A33026'

red 163 ◦ green 48 ◦ blue 38

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

Shades of Brown #A33026

Tints of Brown #A33026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.26%

R = 65.46%
G = 19.28%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A33026 (or 0xA33026) is known color: Brown. HEX triplet: A3, 30 and 26. RGB value is (163,48,38). Sum of RGB (Red+Green+Blue) = 163+48+38=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A33026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33026 is #5CCFD9. Grayscale: #515151. Windows color (decimal): -6082522 or 2502819. OLE color: 2502819.

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

Color convert

RGB 163 48 38 -
CMYK 0 0.71 0.77 0.36
HSL 4.8º 0.62% 0.39% -
HSV(B) 4.8º 0.77% 0.64% -
XYZ 16.51 10.04 2.9 -
YUV 81.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 163 48 38 0 0.71 0.77 0.36 4.8 0.62 0.39
Hex A3 30 26 0 47 4D 24 5 3E 27
Octal 243 60 46 0 107 115 44 5 76 47
Binary 10100011 110000 100110 0 1000111 1001101 100100 101 111110 100111

Color Harmonies of #A33026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33026

Black with #A33026

Text Example


Text Example

White with #A33026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33026; }

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

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

background-color css

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

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

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

border-color css

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

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

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