Html Css Color HEX #947A61 Sorrell Brown

📋 copy color: '#947A61'

red 148 ◦ green 122 ◦ blue 97

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

Shades of Sorrell Brown #947A61

Tints of Sorrell Brown #947A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.24%

 BLUE value IS 97 (38.28% from 255) = 26.43%

R = 40.33%
G = 33.24%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#947A61 (or 0x947A61) is known color: Sorrell Brown. HEX triplet: 94, 7A and 61. RGB value is (148,122,97). Sum of RGB (Red+Green+Blue) = 148+122+97=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #947A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947A61 is #6B859E. Grayscale: #7F7F7F. Windows color (decimal): -7046559 or 6388372. OLE color: 6388372.

HSL color Cylindrical-coordinate representation of color #947A61: hue angle of 29.41º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #947A61 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 122 97 -
CMYK 0 0.18 0.34 0.42
HSL 29.41º 0.21% 0.48% -
HSV(B) 29.41º 0.34% 0.58% -
XYZ 21.33 21.08 14.25 -
YUV 126.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 148 122 97 0 0.18 0.34 0.42 29.41 0.21 0.48
Hex 94 7A 61 0 12 22 2A 1D 15 30
Octal 224 172 141 0 22 42 52 35 25 60
Binary 10010100 1111010 1100001 0 10010 100010 101010 11101 10101 110000

Color Harmonies of #947A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A61

Black with #947A61

Text Example


Text Example

White with #947A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,122,97); }

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

background-color css

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

 a { background-color: rgb(148,122,97); }

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

border-color css

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

 span { border-color: rgb(148,122,97); }

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