Html Css Color HEX #9D2A22 Brown

📋 copy color: '#9D2A22'

red 157 ◦ green 42 ◦ blue 34

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

Shades of Brown #9D2A22

Tints of Brown #9D2A22

RGB

 RED value IS 157 (61.72% from 255) = 67.38%

 GREEN value IS 42 (16.8% from 255) = 18.03%

 BLUE value IS 34 (13.67% from 255) = 14.59%

R = 67.38%
G = 18.03%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9D2A22 (or 0x9D2A22) is known color: Brown. HEX triplet: 9D, 2A and 22. RGB value is (157,42,34). Sum of RGB (Red+Green+Blue) = 157+42+34=233 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.38% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2A22 is #62D5DD. Grayscale: #4B4B4B. Windows color (decimal): -6477278 or 2239133. OLE color: 2239133.

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

Color convert

RGB 157 42 34 -
CMYK 0 0.73 0.78 0.38
HSL 3.9º 0.64% 0.37% -
HSV(B) 3.9º 0.78% 0.62% -
XYZ 15.02 8.94 2.45 -
YUV 75.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 157 42 34 0 0.73 0.78 0.38 3.9 0.64 0.37
Hex 9D 2A 22 0 49 4E 26 4 40 25
Octal 235 52 42 0 111 116 46 4 100 45
Binary 10011101 101010 100010 0 1001001 1001110 100110 100 1000000 100101

Color Harmonies of #9D2A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2A22

Black with #9D2A22

Text Example


Text Example

White with #9D2A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D2A22; }

 p { color: rgb(157,42,34); }

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

background-color css

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

 a { background-color: rgb(157,42,34); }

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

border-color css

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

 span { border-color: rgb(157,42,34); }

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