Html Css Color HEX #947F5E Sorrell Brown

📋 copy color: '#947F5E'

red 148 ◦ green 127 ◦ blue 94

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

Shades of Sorrell Brown #947F5E

Tints of Sorrell Brown #947F5E

RGB

 RED value IS 148 (58.2% from 255) = 40.11%

 GREEN value IS 127 (50% from 255) = 34.42%

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

R = 40.11%
G = 34.42%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#947F5E (or 0x947F5E) is known color: Sorrell Brown. HEX triplet: 94, 7F and 5E. RGB value is (148,127,94). Sum of RGB (Red+Green+Blue) = 148+127+94=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #947F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F5E is #6B80A1. Grayscale: #818181. Windows color (decimal): -7045282 or 6193044. OLE color: 6193044.

HSL color Cylindrical-coordinate representation of color #947F5E: hue angle of 36.67º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #947F5E is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 127 94 -
CMYK 0 0.14 0.36 0.42
HSL 36.67º 0.22% 0.47% -
HSV(B) 36.67º 0.36% 0.58% -
XYZ 21.82 22.28 13.74 -
YUV 129.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 148 127 94 0 0.14 0.36 0.42 36.67 0.22 0.47
Hex 94 7F 5E 0 E 24 2A 25 16 2F
Octal 224 177 136 0 16 44 52 45 26 57
Binary 10010100 1111111 1011110 0 1110 100100 101010 100101 10110 101111

Color Harmonies of #947F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947F5E

Black with #947F5E

Text Example


Text Example

White with #947F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947F5E; }

 p { color: rgb(148,127,94); }

 H1.HeaderClassName
 {
   color: #947F5E;
 }
 .AnyTagClassName
 {
   color: #947F5E;
 }
</style>

background-color css

<style>
 a { background-color: #947F5E; }

 a { background-color: rgb(148,127,94); }

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

border-color css

<style>
 span { border-color: #947F5E; }

 span { border-color: rgb(148,127,94); }

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