Html Css Color HEX #A93327 Brown

📋 copy color: '#A93327'

red 169 ◦ green 51 ◦ blue 39

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

Shades of Brown #A93327

Tints of Brown #A93327

RGB

 RED value IS 169 (66.41% from 255) = 65.25%

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

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

R = 65.25%
G = 19.69%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A93327 (or 0xA93327) is known color: Brown. HEX triplet: A9, 33 and 27. RGB value is (169,51,39). Sum of RGB (Red+Green+Blue) = 169+51+39=259 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.25% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 169 - color contains mainly: red. Hex color #A93327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93327 is #56CCD8. Grayscale: #555555. Windows color (decimal): -5688537 or 2569129. OLE color: 2569129.

HSL color Cylindrical-coordinate representation of color #A93327: hue angle of 5.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A93327 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 51 39 -
CMYK 0 0.70 0.77 0.34
HSL 5.54º 0.63% 0.41% -
HSV(B) 5.54º 0.77% 0.66% -
XYZ 17.91 10.95 3.09 -
YUV 84.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 169 51 39 0 0.70 0.77 0.34 5.54 0.63 0.41
Hex A9 33 27 0 46 4D 22 6 3E 29
Octal 251 63 47 0 106 115 42 6 76 51
Binary 10101001 110011 100111 0 1000110 1001101 100010 110 111110 101001

Color Harmonies of #A93327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93327

Black with #A93327

Text Example


Text Example

White with #A93327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93327; }

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

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

background-color css

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

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

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

border-color css

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

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

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