Html Css Color HEX #9A825F Sorrell Brown

📋 copy color: '#9A825F'

red 154 ◦ green 130 ◦ blue 95

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

Shades of Sorrell Brown #9A825F

Tints of Sorrell Brown #9A825F

RGB

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

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

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

R = 40.63%
G = 34.3%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#9A825F (or 0x9A825F) is known color: Sorrell Brown. HEX triplet: 9A, 82 and 5F. RGB value is (154,130,95). Sum of RGB (Red+Green+Blue) = 154+130+95=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 154 - color contains mainly: red. Hex color #9A825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A825F is #657DA0. Grayscale: #858585. Windows color (decimal): -6651297 or 6259354. OLE color: 6259354.

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

Color convert

RGB 154 130 95 -
CMYK 0 0.16 0.38 0.40
HSL 35.59º 0.24% 0.49% -
HSV(B) 35.59º 0.38% 0.6% -
XYZ 23.37 23.66 14.16 -
YUV 133.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 154 130 95 0 0.16 0.38 0.40 35.59 0.24 0.49
Hex 9A 82 5F 0 10 26 28 24 18 31
Octal 232 202 137 0 20 46 50 44 30 61
Binary 10011010 10000010 1011111 0 10000 100110 101000 100100 11000 110001

Color Harmonies of #9A825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A825F

Black with #9A825F

Text Example


Text Example

White with #9A825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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