Html Css Color HEX #A33317 Brown

📋 copy color: '#A33317'

red 163 ◦ green 51 ◦ blue 23

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

Shades of Brown #A33317

Tints of Brown #A33317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.7%

R = 68.78%
G = 21.52%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A33317 (or 0xA33317) is known color: Brown. HEX triplet: A3, 33 and 17. RGB value is (163,51,23). Sum of RGB (Red+Green+Blue) = 163+51+23=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A33317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33317 is #5CCCE8. Grayscale: #515151. Windows color (decimal): -6081769 or 1520547. OLE color: 1520547.

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

Color convert

RGB 163 51 23 -
CMYK 0 0.69 0.86 0.36
HSL 12º 0.75% 0.36% -
HSV(B) 12º 0.86% 0.64% -
XYZ 16.44 10.22 1.92 -
YUV 81.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 163 51 23 0 0.69 0.86 0.36 12 0.75 0.36
Hex A3 33 17 0 45 56 24 C 4B 24
Octal 243 63 27 0 105 126 44 14 113 44
Binary 10100011 110011 10111 0 1000101 1010110 100100 1100 1001011 100100

Color Harmonies of #A33317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33317

Black with #A33317

Text Example


Text Example

White with #A33317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33317; }

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

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

background-color css

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

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

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

border-color css

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

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

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