Html Css Color HEX #9A815C Sorrell Brown

📋 copy color: '#9A815C'

red 154 ◦ green 129 ◦ blue 92

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

Shades of Sorrell Brown #9A815C

Tints of Sorrell Brown #9A815C

RGB

 RED value IS 154 (60.55% from 255) = 41.07%

 GREEN value IS 129 (50.78% from 255) = 34.4%

 BLUE value IS 92 (36.33% from 255) = 24.53%

R = 41.07%
G = 34.4%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A815C (or 0x9A815C) is known color: Sorrell Brown. HEX triplet: 9A, 81 and 5C. RGB value is (154,129,92). Sum of RGB (Red+Green+Blue) = 154+129+92=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A815C is #657EA3. Grayscale: #848484. Windows color (decimal): -6651556 or 6062490. OLE color: 6062490.

HSL color Cylindrical-coordinate representation of color #9A815C: hue angle of 35.81º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A815C is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 129 92 -
CMYK 0 0.16 0.40 0.40
HSL 35.81º 0.25% 0.48% -
HSV(B) 35.81º 0.4% 0.6% -
XYZ 23.11 23.34 13.41 -
YUV 132.26 105.28 143.51 -
System Red Green Blue C M Y K H S L
Decimal 154 129 92 0 0.16 0.40 0.40 35.81 0.25 0.48
Hex 9A 81 5C 0 10 28 28 24 19 30
Octal 232 201 134 0 20 50 50 44 31 60
Binary 10011010 10000001 1011100 0 10000 101000 101000 100100 11001 110000

Color Harmonies of #9A815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A815C

Black with #9A815C

Text Example


Text Example

White with #9A815C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,129,92); }

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

background-color css

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

 a { background-color: rgb(154,129,92); }

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

border-color css

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

 span { border-color: rgb(154,129,92); }

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