Html Css Color HEX #A12B23 Brown

📋 copy color: '#A12B23'

red 161 ◦ green 43 ◦ blue 35

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

Shades of Brown #A12B23

Tints of Brown #A12B23

RGB

 RED value IS 161 (63.28% from 255) = 67.36%

 GREEN value IS 43 (17.19% from 255) = 17.99%

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

R = 67.36%
G = 17.99%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A12B23 (or 0xA12B23) is known color: Brown. HEX triplet: A1, 2B and 23. RGB value is (161,43,35). Sum of RGB (Red+Green+Blue) = 161+43+35=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12B23 is #5ED4DC. Grayscale: #4D4D4D. Windows color (decimal): -6214877 or 2304929. OLE color: 2304929.

HSL color Cylindrical-coordinate representation of color #A12B23: hue angle of 3.81º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12B23 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 43 35 -
CMYK 0 0.73 0.78 0.37
HSL 3.81º 0.64% 0.38% -
HSV(B) 3.81º 0.78% 0.63% -
XYZ 15.87 9.43 2.57 -
YUV 77.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 161 43 35 0 0.73 0.78 0.37 3.81 0.64 0.38
Hex A1 2B 23 0 49 4E 25 4 40 26
Octal 241 53 43 0 111 116 45 4 100 46
Binary 10100001 101011 100011 0 1001001 1001110 100101 100 1000000 100110

Color Harmonies of #A12B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12B23

Black with #A12B23

Text Example


Text Example

White with #A12B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12B23; }

 p { color: rgb(161,43,35); }

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

background-color css

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

 a { background-color: rgb(161,43,35); }

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

border-color css

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

 span { border-color: rgb(161,43,35); }

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