Html Css Color HEX #9D2E1C Brown

📋 copy color: '#9D2E1C'

red 157 ◦ green 46 ◦ blue 28

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

Shades of Brown #9D2E1C

Tints of Brown #9D2E1C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.91%

 BLUE value IS 28 (11.33% from 255) = 12.12%

R = 67.97%
G = 19.91%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D2E1C (or 0x9D2E1C) is known color: Brown. HEX triplet: 9D, 2E and 1C. RGB value is (157,46,28). Sum of RGB (Red+Green+Blue) = 157+46+28=231 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.97% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2E1C is #62D1E3. Grayscale: #4D4D4D. Windows color (decimal): -6476260 or 1846941. OLE color: 1846941.

HSL color Cylindrical-coordinate representation of color #9D2E1C: hue angle of 8.37º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D2E1C is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 46 28 -
CMYK 0 0.71 0.82 0.38
HSL 8.37º 0.7% 0.36% -
HSV(B) 8.37º 0.82% 0.62% -
XYZ 15.09 9.21 2.08 -
YUV 77.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 157 46 28 0 0.71 0.82 0.38 8.37 0.7 0.36
Hex 9D 2E 1C 0 47 52 26 8 46 24
Octal 235 56 34 0 107 122 46 10 106 44
Binary 10011101 101110 11100 0 1000111 1010010 100110 1000 1000110 100100

Color Harmonies of #9D2E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2E1C

Black with #9D2E1C

Text Example


Text Example

White with #9D2E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,46,28); }

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

background-color css

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

 a { background-color: rgb(157,46,28); }

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

border-color css

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

 span { border-color: rgb(157,46,28); }

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