Html Css Color HEX #A33418 Brown

📋 copy color: '#A33418'

red 163 ◦ green 52 ◦ blue 24

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

Shades of Brown #A33418

Tints of Brown #A33418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.04%

R = 68.2%
G = 21.76%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A33418 (or 0xA33418) is known color: Brown. HEX triplet: A3, 34 and 18. RGB value is (163,52,24). Sum of RGB (Red+Green+Blue) = 163+52+24=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A33418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33418 is #5CCBE7. Grayscale: #525252. Windows color (decimal): -6081512 or 1586339. OLE color: 1586339.

HSL color Cylindrical-coordinate representation of color #A33418: hue angle of 12.09º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A33418 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 52 24 -
CMYK 0 0.68 0.85 0.36
HSL 12.09º 0.74% 0.37% -
HSV(B) 12.09º 0.85% 0.64% -
XYZ 16.5 10.31 1.98 -
YUV 82 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 163 52 24 0 0.68 0.85 0.36 12.09 0.74 0.37
Hex A3 34 18 0 44 55 24 C 4A 25
Octal 243 64 30 0 104 125 44 14 112 45
Binary 10100011 110100 11000 0 1000100 1010101 100100 1100 1001010 100101

Color Harmonies of #A33418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33418

Black with #A33418

Text Example


Text Example

White with #A33418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33418; }

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

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

background-color css

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

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

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

border-color css

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

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

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