Html Css Color HEX #9B855F Sorrell Brown

📋 copy color: '#9B855F'

red 155 ◦ green 133 ◦ blue 95

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

Shades of Sorrell Brown #9B855F

Tints of Sorrell Brown #9B855F

RGB

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

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

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

R = 40.47%
G = 34.73%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B855F (or 0x9B855F) is known color: Sorrell Brown. HEX triplet: 9B, 85 and 5F. RGB value is (155,133,95). Sum of RGB (Red+Green+Blue) = 155+133+95=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B855F is #647AA0. Grayscale: #878787. Windows color (decimal): -6584993 or 6260123. OLE color: 6260123.

HSL color Cylindrical-coordinate representation of color #9B855F: hue angle of 38º 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 #9B855F is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 133 95 -
CMYK 0 0.14 0.39 0.39
HSL 38º 0.24% 0.49% -
HSV(B) 38º 0.39% 0.61% -
XYZ 23.97 24.57 14.31 -
YUV 135.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 155 133 95 0 0.14 0.39 0.39 38 0.24 0.49
Hex 9B 85 5F 0 E 27 27 26 18 31
Octal 233 205 137 0 16 47 47 46 30 61
Binary 10011011 10000101 1011111 0 1110 100111 100111 100110 11000 110001

Color Harmonies of #9B855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B855F

Black with #9B855F

Text Example


Text Example

White with #9B855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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