Html Css Color HEX #9D3223 Brown

📋 copy color: '#9D3223'

red 157 ◦ green 50 ◦ blue 35

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

Shades of Brown #9D3223

Tints of Brown #9D3223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

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

R = 64.88%
G = 20.66%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9D3223 (or 0x9D3223) is known color: Brown. HEX triplet: 9D, 32 and 23. RGB value is (157,50,35). Sum of RGB (Red+Green+Blue) = 157+50+35=242 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.88% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3223 is #62CDDC. Grayscale: #505050. Windows color (decimal): -6475229 or 2306717. OLE color: 2306717.

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

Color convert

RGB 157 50 35 -
CMYK 0 0.68 0.78 0.38
HSL 7.38º 0.64% 0.38% -
HSV(B) 7.38º 0.78% 0.62% -
XYZ 15.35 9.57 2.63 -
YUV 80.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 157 50 35 0 0.68 0.78 0.38 7.38 0.64 0.38
Hex 9D 32 23 0 44 4E 26 7 40 26
Octal 235 62 43 0 104 116 46 7 100 46
Binary 10011101 110010 100011 0 1000100 1001110 100110 111 1000000 100110

Color Harmonies of #9D3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3223

Black with #9D3223

Text Example


Text Example

White with #9D3223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,50,35); }

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

background-color css

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

 a { background-color: rgb(157,50,35); }

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

border-color css

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

 span { border-color: rgb(157,50,35); }

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