Html Css Color HEX #98855F Sorrell Brown

📋 copy color: '#98855F'

red 152 ◦ green 133 ◦ blue 95

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

Shades of Sorrell Brown #98855F

Tints of Sorrell Brown #98855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35%

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

R = 40%
G = 35%
B = 25%

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

#98855F (or 0x98855F) is known color: Sorrell Brown. HEX triplet: 98, 85 and 5F. RGB value is (152,133,95). Sum of RGB (Red+Green+Blue) = 152+133+95=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #98855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98855F is #677AA0. Grayscale: #868686. Windows color (decimal): -6781601 or 6260120. OLE color: 6260120.

HSL color Cylindrical-coordinate representation of color #98855F: hue angle of 40º 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 #98855F is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 133 95 -
CMYK 0 0.13 0.38 0.40
HSL 40º 0.23% 0.48% -
HSV(B) 40º 0.38% 0.6% -
XYZ 23.4 24.28 14.28 -
YUV 134.35 105.79 140.59 -
System Red Green Blue C M Y K H S L
Decimal 152 133 95 0 0.13 0.38 0.40 40 0.23 0.48
Hex 98 85 5F 0 D 26 28 28 17 30
Octal 230 205 137 0 15 46 50 50 27 60
Binary 10011000 10000101 1011111 0 1101 100110 101000 101000 10111 110000

Color Harmonies of #98855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98855F

Black with #98855F

Text Example


Text Example

White with #98855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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