Html Css Color HEX #9D261D Brown

📋 copy color: '#9D261D'

red 157 ◦ green 38 ◦ blue 29

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

Shades of Brown #9D261D

Tints of Brown #9D261D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 70.09%
G = 16.96%
B = 12.95%

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

#9D261D (or 0x9D261D) is known color: Brown. HEX triplet: 9D, 26 and 1D. RGB value is (157,38,29). Sum of RGB (Red+Green+Blue) = 157+38+29=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D261D is #62D9E2. Grayscale: #484848. Windows color (decimal): -6478307 or 1910429. OLE color: 1910429.

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

Color convert

RGB 157 38 29 -
CMYK 0 0.76 0.82 0.38
HSL 4.22º 0.69% 0.36% -
HSV(B) 4.22º 0.82% 0.62% -
XYZ 14.82 8.64 2.05 -
YUV 72.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 157 38 29 0 0.76 0.82 0.38 4.22 0.69 0.36
Hex 9D 26 1D 0 4C 52 26 4 45 24
Octal 235 46 35 0 114 122 46 4 105 44
Binary 10011101 100110 11101 0 1001100 1010010 100110 100 1000101 100100

Color Harmonies of #9D261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D261D

Black with #9D261D

Text Example


Text Example

White with #9D261D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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