Html Css Color HEX #A83223 Brown

📋 copy color: '#A83223'

red 168 ◦ green 50 ◦ blue 35

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

Shades of Brown #A83223

Tints of Brown #A83223

RGB

 RED value IS 168 (66.02% from 255) = 66.4%

 GREEN value IS 50 (19.92% from 255) = 19.76%

 BLUE value IS 35 (14.06% from 255) = 13.83%

R = 66.4%
G = 19.76%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A83223 (or 0xA83223) is known color: Brown. HEX triplet: A8, 32 and 23. RGB value is (168,50,35). Sum of RGB (Red+Green+Blue) = 168+50+35=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A83223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83223 is #57CDDC. Grayscale: #535353. Windows color (decimal): -5754333 or 2306728. OLE color: 2306728.

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

Color convert

RGB 168 50 35 -
CMYK 0 0.70 0.79 0.34
HSL 6.77º 0.66% 0.4% -
HSV(B) 6.77º 0.79% 0.66% -
XYZ 17.59 10.73 2.73 -
YUV 83.57 100.59 188.22 -
System Red Green Blue C M Y K H S L
Decimal 168 50 35 0 0.70 0.79 0.34 6.77 0.66 0.4
Hex A8 32 23 0 46 4F 22 7 42 28
Octal 250 62 43 0 106 117 42 7 102 50
Binary 10101000 110010 100011 0 1000110 1001111 100010 111 1000010 101000

Color Harmonies of #A83223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83223

Black with #A83223

Text Example


Text Example

White with #A83223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83223; }

 p { color: rgb(168,50,35); }

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

background-color css

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

 a { background-color: rgb(168,50,35); }

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

border-color css

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

 span { border-color: rgb(168,50,35); }

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