Html Css Color HEX #A33328 Brown

📋 copy color: '#A33328'

red 163 ◦ green 51 ◦ blue 40

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

Shades of Brown #A33328

Tints of Brown #A33328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 64.17%
G = 20.08%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A33328 (or 0xA33328) is known color: Brown. HEX triplet: A3, 33 and 28. RGB value is (163,51,40). Sum of RGB (Red+Green+Blue) = 163+51+40=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A33328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33328 is #5CCCD7. Grayscale: #535353. Windows color (decimal): -6081752 or 2634659. OLE color: 2634659.

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

Color convert

RGB 163 51 40 -
CMYK 0 0.69 0.75 0.36
HSL 5.37º 0.61% 0.4% -
HSV(B) 5.37º 0.75% 0.64% -
XYZ 16.67 10.31 3.12 -
YUV 83.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 163 51 40 0 0.69 0.75 0.36 5.37 0.61 0.4
Hex A3 33 28 0 45 4B 24 5 3D 28
Octal 243 63 50 0 105 113 44 5 75 50
Binary 10100011 110011 101000 0 1000101 1001011 100100 101 111101 101000

Color Harmonies of #A33328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33328

Black with #A33328

Text Example


Text Example

White with #A33328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33328; }

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

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

background-color css

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

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

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

border-color css

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

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

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