Html Css Color HEX #A83423 Brown

📋 copy color: '#A83423'

red 168 ◦ green 52 ◦ blue 35

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

Shades of Brown #A83423

Tints of Brown #A83423

RGB

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

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

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

R = 65.88%
G = 20.39%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A83423 (or 0xA83423) is known color: Brown. HEX triplet: A8, 34 and 23. RGB value is (168,52,35). Sum of RGB (Red+Green+Blue) = 168+52+35=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A83423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83423 is #57CBDC. Grayscale: #545454. Windows color (decimal): -5753821 or 2307240. OLE color: 2307240.

HSL color Cylindrical-coordinate representation of color #A83423: hue angle of 7.67º 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 #A83423 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 52 35 -
CMYK 0 0.69 0.79 0.34
HSL 7.67º 0.66% 0.4% -
HSV(B) 7.67º 0.79% 0.66% -
XYZ 17.68 10.9 2.76 -
YUV 84.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 168 52 35 0 0.69 0.79 0.34 7.67 0.66 0.4
Hex A8 34 23 0 45 4F 22 8 42 28
Octal 250 64 43 0 105 117 42 10 102 50
Binary 10101000 110100 100011 0 1000101 1001111 100010 1000 1000010 101000

Color Harmonies of #A83423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83423

Black with #A83423

Text Example


Text Example

White with #A83423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83423; }

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

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

background-color css

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

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

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

border-color css

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

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

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