Html Css Color HEX #A12D23 Brown

📋 copy color: '#A12D23'

red 161 ◦ green 45 ◦ blue 35

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

Shades of Brown #A12D23

Tints of Brown #A12D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.67%

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

R = 66.8%
G = 18.67%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A12D23 (or 0xA12D23) is known color: Brown. HEX triplet: A1, 2D and 23. RGB value is (161,45,35). Sum of RGB (Red+Green+Blue) = 161+45+35=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12D23 is #5ED2DC. Grayscale: #4E4E4E. Windows color (decimal): -6214365 or 2305441. OLE color: 2305441.

HSL color Cylindrical-coordinate representation of color #A12D23: hue angle of 4.76º 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 #A12D23 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 45 35 -
CMYK 0 0.72 0.78 0.37
HSL 4.76º 0.64% 0.38% -
HSV(B) 4.76º 0.78% 0.63% -
XYZ 15.94 9.58 2.6 -
YUV 78.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 161 45 35 0 0.72 0.78 0.37 4.76 0.64 0.38
Hex A1 2D 23 0 48 4E 25 5 40 26
Octal 241 55 43 0 110 116 45 5 100 46
Binary 10100001 101101 100011 0 1001000 1001110 100101 101 1000000 100110

Color Harmonies of #A12D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12D23

Black with #A12D23

Text Example


Text Example

White with #A12D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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