Html Css Color HEX #9B825E Sorrell Brown

📋 copy color: '#9B825E'

red 155 ◦ green 130 ◦ blue 94

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

Shades of Sorrell Brown #9B825E

Tints of Sorrell Brown #9B825E

RGB

 RED value IS 155 (60.94% from 255) = 40.9%

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

 BLUE value IS 94 (37.11% from 255) = 24.8%

R = 40.9%
G = 34.3%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B825E (or 0x9B825E) is known color: Sorrell Brown. HEX triplet: 9B, 82 and 5E. RGB value is (155,130,94). Sum of RGB (Red+Green+Blue) = 155+130+94=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B825E is #647DA1. Grayscale: #858585. Windows color (decimal): -6585762 or 6193819. OLE color: 6193819.

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

Color convert

RGB 155 130 94 -
CMYK 0 0.16 0.39 0.39
HSL 35.41º 0.24% 0.49% -
HSV(B) 35.41º 0.39% 0.61% -
XYZ 23.52 23.74 13.93 -
YUV 133.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 155 130 94 0 0.16 0.39 0.39 35.41 0.24 0.49
Hex 9B 82 5E 0 10 27 27 23 18 31
Octal 233 202 136 0 20 47 47 43 30 61
Binary 10011011 10000010 1011110 0 10000 100111 100111 100011 11000 110001

Color Harmonies of #9B825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B825E

Black with #9B825E

Text Example


Text Example

White with #9B825E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,130,94); }

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

background-color css

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

 a { background-color: rgb(155,130,94); }

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

border-color css

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

 span { border-color: rgb(155,130,94); }

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