Html Css Color HEX #A33327 Brown

📋 copy color: '#A33327'

red 163 ◦ green 51 ◦ blue 39

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

Shades of Brown #A33327

Tints of Brown #A33327

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.16%

 BLUE value IS 39 (15.63% from 255) = 15.42%

R = 64.43%
G = 20.16%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A33327 (or 0xA33327) is known color: Brown. HEX triplet: A3, 33 and 27. RGB value is (163,51,39). Sum of RGB (Red+Green+Blue) = 163+51+39=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A33327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33327 is #5CCCD8. Grayscale: #535353. Windows color (decimal): -6081753 or 2569123. OLE color: 2569123.

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

Color convert

RGB 163 51 39 -
CMYK 0 0.69 0.76 0.36
HSL 5.81º 0.61% 0.4% -
HSV(B) 5.81º 0.76% 0.64% -
XYZ 16.65 10.3 3.03 -
YUV 83.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 163 51 39 0 0.69 0.76 0.36 5.81 0.61 0.4
Hex A3 33 27 0 45 4C 24 6 3D 28
Octal 243 63 47 0 105 114 44 6 75 50
Binary 10100011 110011 100111 0 1000101 1001100 100100 110 111101 101000

Color Harmonies of #A33327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33327

Black with #A33327

Text Example


Text Example

White with #A33327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33327; }

 p { color: rgb(163,51,39); }

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

background-color css

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

 a { background-color: rgb(163,51,39); }

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

border-color css

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

 span { border-color: rgb(163,51,39); }

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