Html Css Color HEX #948264 Sorrell Brown

📋 copy color: '#948264'

red 148 ◦ green 130 ◦ blue 100

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

Shades of Sorrell Brown #948264

Tints of Sorrell Brown #948264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.46%

R = 39.15%
G = 34.39%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#948264 (or 0x948264) is known color: Sorrell Brown. HEX triplet: 94, 82 and 64. RGB value is (148,130,100). Sum of RGB (Red+Green+Blue) = 148+130+100=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #948264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948264 is #6B7D9B. Grayscale: #848484. Windows color (decimal): -7044508 or 6587028. OLE color: 6587028.

HSL color Cylindrical-coordinate representation of color #948264: hue angle of 37.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #948264 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 130 100 -
CMYK 0 0.12 0.32 0.42
HSL 37.5º 0.19% 0.49% -
HSV(B) 37.5º 0.32% 0.58% -
XYZ 22.5 23.18 15.35 -
YUV 131.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 148 130 100 0 0.12 0.32 0.42 37.5 0.19 0.49
Hex 94 82 64 0 C 20 2A 26 13 31
Octal 224 202 144 0 14 40 52 46 23 61
Binary 10010100 10000010 1100100 0 1100 100000 101010 100110 10011 110001

Color Harmonies of #948264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948264

Black with #948264

Text Example


Text Example

White with #948264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948264; }

 p { color: rgb(148,130,100); }

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

background-color css

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

 a { background-color: rgb(148,130,100); }

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

border-color css

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

 span { border-color: rgb(148,130,100); }

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