Html Css Color HEX #9C815F Sorrell Brown

📋 copy color: '#9C815F'

red 156 ◦ green 129 ◦ blue 95

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

Shades of Sorrell Brown #9C815F

Tints of Sorrell Brown #9C815F

RGB

 RED value IS 156 (61.33% from 255) = 41.05%

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

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

R = 41.05%
G = 33.95%
B = 25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9C815F (or 0x9C815F) is known color: Sorrell Brown. HEX triplet: 9C, 81 and 5F. RGB value is (156,129,95). Sum of RGB (Red+Green+Blue) = 156+129+95=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C815F is #637EA0. Grayscale: #858585. Windows color (decimal): -6520481 or 6259100. OLE color: 6259100.

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

Color convert

RGB 156 129 95 -
CMYK 0 0.17 0.39 0.39
HSL 33.44º 0.24% 0.49% -
HSV(B) 33.44º 0.39% 0.61% -
XYZ 23.63 23.59 14.14 -
YUV 133.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 156 129 95 0 0.17 0.39 0.39 33.44 0.24 0.49
Hex 9C 81 5F 0 11 27 27 21 18 31
Octal 234 201 137 0 21 47 47 41 30 61
Binary 10011100 10000001 1011111 0 10001 100111 100111 100001 11000 110001

Color Harmonies of #9C815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C815F

Black with #9C815F

Text Example


Text Example

White with #9C815F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,129,95); }

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

background-color css

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

 a { background-color: rgb(156,129,95); }

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

border-color css

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

 span { border-color: rgb(156,129,95); }

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