Html Css Color HEX #98845F Sorrell Brown

📋 copy color: '#98845F'

red 152 ◦ green 132 ◦ blue 95

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

Shades of Sorrell Brown #98845F

Tints of Sorrell Brown #98845F

RGB

 RED value IS 152 (59.77% from 255) = 40.11%

 GREEN value IS 132 (51.95% from 255) = 34.83%

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

R = 40.11%
G = 34.83%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98845F (or 0x98845F) is known color: Sorrell Brown. HEX triplet: 98, 84 and 5F. RGB value is (152,132,95). Sum of RGB (Red+Green+Blue) = 152+132+95=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98845F is #677BA0. Grayscale: #858585. Windows color (decimal): -6781857 or 6259864. OLE color: 6259864.

HSL color Cylindrical-coordinate representation of color #98845F: hue angle of 38.95º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98845F is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 95 -
CMYK 0 0.13 0.38 0.40
HSL 38.95º 0.23% 0.48% -
HSV(B) 38.95º 0.38% 0.6% -
XYZ 23.27 24 14.23 -
YUV 133.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 152 132 95 0 0.13 0.38 0.40 38.95 0.23 0.48
Hex 98 84 5F 0 D 26 28 27 17 30
Octal 230 204 137 0 15 46 50 47 27 60
Binary 10011000 10000100 1011111 0 1101 100110 101000 100111 10111 110000

Color Harmonies of #98845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98845F

Black with #98845F

Text Example


Text Example

White with #98845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98845F; }

 p { color: rgb(152,132,95); }

 H1.HeaderClassName
 {
   color: #98845F;
 }
 .AnyTagClassName
 {
   color: #98845F;
 }
</style>

background-color css

<style>
 a { background-color: #98845F; }

 a { background-color: rgb(152,132,95); }

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

border-color css

<style>
 span { border-color: #98845F; }

 span { border-color: rgb(152,132,95); }

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