Html Css Color HEX #A33428 Brown

📋 copy color: '#A33428'

red 163 ◦ green 52 ◦ blue 40

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

Shades of Brown #A33428

Tints of Brown #A33428

RGB

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

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

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

R = 63.92%
G = 20.39%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A33428 (or 0xA33428) is known color: Brown. HEX triplet: A3, 34 and 28. RGB value is (163,52,40). Sum of RGB (Red+Green+Blue) = 163+52+40=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A33428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33428 is #5CCBD7. Grayscale: #535353. Windows color (decimal): -6081496 or 2634915. OLE color: 2634915.

HSL color Cylindrical-coordinate representation of color #A33428: hue angle of 5.85º 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 #A33428 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 52 40 -
CMYK 0 0.68 0.75 0.36
HSL 5.85º 0.61% 0.4% -
HSV(B) 5.85º 0.75% 0.64% -
XYZ 16.72 10.4 3.13 -
YUV 83.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 163 52 40 0 0.68 0.75 0.36 5.85 0.61 0.4
Hex A3 34 28 0 44 4B 24 6 3D 28
Octal 243 64 50 0 104 113 44 6 75 50
Binary 10100011 110100 101000 0 1000100 1001011 100100 110 111101 101000

Color Harmonies of #A33428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33428

Black with #A33428

Text Example


Text Example

White with #A33428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33428; }

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

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

background-color css

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

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

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

border-color css

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

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

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