Html Css Color HEX #9D825F Sorrell Brown

📋 copy color: '#9D825F'

red 157 ◦ green 130 ◦ blue 95

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

Shades of Sorrell Brown #9D825F

Tints of Sorrell Brown #9D825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.03%

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 41.1%
G = 34.03%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9D825F (or 0x9D825F) is known color: Sorrell Brown. HEX triplet: 9D, 82 and 5F. RGB value is (157,130,95). Sum of RGB (Red+Green+Blue) = 157+130+95=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D825F is #627DA0. Grayscale: #868686. Windows color (decimal): -6454689 or 6259357. OLE color: 6259357.

HSL color Cylindrical-coordinate representation of color #9D825F: hue angle of 33.87º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D825F is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 130 95 -
CMYK 0 0.17 0.39 0.38
HSL 33.87º 0.25% 0.49% -
HSV(B) 33.87º 0.39% 0.62% -
XYZ 23.95 23.96 14.19 -
YUV 134.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 157 130 95 0 0.17 0.39 0.38 33.87 0.25 0.49
Hex 9D 82 5F 0 11 27 26 22 19 31
Octal 235 202 137 0 21 47 46 42 31 61
Binary 10011101 10000010 1011111 0 10001 100111 100110 100010 11001 110001

Color Harmonies of #9D825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D825F

Black with #9D825F

Text Example


Text Example

White with #9D825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,130,95); }

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

background-color css

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

 a { background-color: rgb(157,130,95); }

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

border-color css

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

 span { border-color: rgb(157,130,95); }

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