Html Css Color HEX #9D261C Brown

📋 copy color: '#9D261C'

red 157 ◦ green 38 ◦ blue 28

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

Shades of Brown #9D261C

Tints of Brown #9D261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.04%

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

R = 70.4%
G = 17.04%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D261C (or 0x9D261C) is known color: Brown. HEX triplet: 9D, 26 and 1C. RGB value is (157,38,28). Sum of RGB (Red+Green+Blue) = 157+38+28=223 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.40% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 157 - color contains mainly: red. Hex color #9D261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D261C is #62D9E3. Grayscale: #484848. Windows color (decimal): -6478308 or 1844893. OLE color: 1844893.

HSL color Cylindrical-coordinate representation of color #9D261C: hue angle of 4.65º 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 #9D261C is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 38 28 -
CMYK 0 0.76 0.82 0.38
HSL 4.65º 0.7% 0.36% -
HSV(B) 4.65º 0.82% 0.62% -
XYZ 14.81 8.64 1.99 -
YUV 72.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 157 38 28 0 0.76 0.82 0.38 4.65 0.7 0.36
Hex 9D 26 1C 0 4C 52 26 5 46 24
Octal 235 46 34 0 114 122 46 5 106 44
Binary 10011101 100110 11100 0 1001100 1010010 100110 101 1000110 100100

Color Harmonies of #9D261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D261C

Black with #9D261C

Text Example


Text Example

White with #9D261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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