Html Css Color HEX #A33422 Brown

📋 copy color: '#A33422'

red 163 ◦ green 52 ◦ blue 34

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

Shades of Brown #A33422

Tints of Brown #A33422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.65%

R = 65.46%
G = 20.88%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A33422 (or 0xA33422) is known color: Brown. HEX triplet: A3, 34 and 22. RGB value is (163,52,34). Sum of RGB (Red+Green+Blue) = 163+52+34=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A33422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33422 is #5CCBDD. Grayscale: #535353. Windows color (decimal): -6081502 or 2241699. OLE color: 2241699.

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

Color convert

RGB 163 52 34 -
CMYK 0 0.68 0.79 0.36
HSL 8.37º 0.65% 0.39% -
HSV(B) 8.37º 0.79% 0.64% -
XYZ 16.62 10.36 2.64 -
YUV 83.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 163 52 34 0 0.68 0.79 0.36 8.37 0.65 0.39
Hex A3 34 22 0 44 4F 24 8 41 27
Octal 243 64 42 0 104 117 44 10 101 47
Binary 10100011 110100 100010 0 1000100 1001111 100100 1000 1000001 100111

Color Harmonies of #A33422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33422

Black with #A33422

Text Example


Text Example

White with #A33422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33422; }

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

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

background-color css

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

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

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

border-color css

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

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

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