Html Css Color HEX #9D3022 Brown

📋 copy color: '#9D3022'

red 157 ◦ green 48 ◦ blue 34

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

Shades of Brown #9D3022

Tints of Brown #9D3022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

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

R = 65.69%
G = 20.08%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9D3022 (or 0x9D3022) is known color: Brown. HEX triplet: 9D, 30 and 22. RGB value is (157,48,34). Sum of RGB (Red+Green+Blue) = 157+48+34=239 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.69% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3022 is #62CFDD. Grayscale: #4F4F4F. Windows color (decimal): -6475742 or 2240669. OLE color: 2240669.

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

Color convert

RGB 157 48 34 -
CMYK 0 0.69 0.78 0.38
HSL 6.83º 0.64% 0.37% -
HSV(B) 6.83º 0.78% 0.62% -
XYZ 15.25 9.4 2.52 -
YUV 79 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 157 48 34 0 0.69 0.78 0.38 6.83 0.64 0.37
Hex 9D 30 22 0 45 4E 26 7 40 25
Octal 235 60 42 0 105 116 46 7 100 45
Binary 10011101 110000 100010 0 1000101 1001110 100110 111 1000000 100101

Color Harmonies of #9D3022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3022

Black with #9D3022

Text Example


Text Example

White with #9D3022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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