Html Css Color HEX #A33426 Brown

📋 copy color: '#A33426'

red 163 ◦ green 52 ◦ blue 38

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

Shades of Brown #A33426

Tints of Brown #A33426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.55%

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

R = 64.43%
G = 20.55%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A33426 (or 0xA33426) is known color: Brown. HEX triplet: A3, 34 and 26. RGB value is (163,52,38). Sum of RGB (Red+Green+Blue) = 163+52+38=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A33426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33426 is #5CCBD9. Grayscale: #535353. Windows color (decimal): -6081498 or 2503843. OLE color: 2503843.

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

Color convert

RGB 163 52 38 -
CMYK 0 0.68 0.77 0.36
HSL 6.72º 0.62% 0.39% -
HSV(B) 6.72º 0.77% 0.64% -
XYZ 16.68 10.38 2.96 -
YUV 83.59 102.27 184.64 -
System Red Green Blue C M Y K H S L
Decimal 163 52 38 0 0.68 0.77 0.36 6.72 0.62 0.39
Hex A3 34 26 0 44 4D 24 7 3E 27
Octal 243 64 46 0 104 115 44 7 76 47
Binary 10100011 110100 100110 0 1000100 1001101 100100 111 111110 100111

Color Harmonies of #A33426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33426

Black with #A33426

Text Example


Text Example

White with #A33426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33426; }

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

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

background-color css

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

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

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

border-color css

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

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

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