Html Css Color HEX #98825D Sorrell Brown

📋 copy color: '#98825D'

red 152 ◦ green 130 ◦ blue 93

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

Shades of Sorrell Brown #98825D

Tints of Sorrell Brown #98825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 40.53%
G = 34.67%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98825D (or 0x98825D) is known color: Sorrell Brown. HEX triplet: 98, 82 and 5D. RGB value is (152,130,93). Sum of RGB (Red+Green+Blue) = 152+130+93=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #98825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98825D is #677DA2. Grayscale: #848484. Windows color (decimal): -6782371 or 6128280. OLE color: 6128280.

HSL color Cylindrical-coordinate representation of color #98825D: hue angle of 37.63º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98825D is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 130 93 -
CMYK 0 0.14 0.39 0.40
HSL 37.63º 0.24% 0.48% -
HSV(B) 37.63º 0.39% 0.6% -
XYZ 22.91 23.43 13.67 -
YUV 132.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 152 130 93 0 0.14 0.39 0.40 37.63 0.24 0.48
Hex 98 82 5D 0 E 27 28 26 18 30
Octal 230 202 135 0 16 47 50 46 30 60
Binary 10011000 10000010 1011101 0 1110 100111 101000 100110 11000 110000

Color Harmonies of #98825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98825D

Black with #98825D

Text Example


Text Example

White with #98825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98825D; }

 p { color: rgb(152,130,93); }

 H1.HeaderClassName
 {
   color: #98825D;
 }
 .AnyTagClassName
 {
   color: #98825D;
 }
</style>

background-color css

<style>
 a { background-color: #98825D; }

 a { background-color: rgb(152,130,93); }

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

border-color css

<style>
 span { border-color: #98825D; }

 span { border-color: rgb(152,130,93); }

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