Html Css Color HEX #948248 Clay Creek

📋 copy color: '#948248'

red 148 ◦ green 130 ◦ blue 72

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

Shades of Clay Creek #948248

Tints of Clay Creek #948248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 42.29%
G = 37.14%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#948248 (or 0x948248) is known color: Clay Creek. HEX triplet: 94, 82 and 48. RGB value is (148,130,72). Sum of RGB (Red+Green+Blue) = 148+130+72=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #948248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948248 is #6B7DB7. Grayscale: #818181. Windows color (decimal): -7044536 or 4752020. OLE color: 4752020.

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

Color convert

RGB 148 130 72 -
CMYK 0 0.12 0.51 0.42
HSL 45.79º 0.35% 0.43% -
HSV(B) 45.79º 0.51% 0.58% -
XYZ 21.37 22.73 9.39 -
YUV 128.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 148 130 72 0 0.12 0.51 0.42 45.79 0.35 0.43
Hex 94 82 48 0 C 33 2A 2E 23 2B
Octal 224 202 110 0 14 63 52 56 43 53
Binary 10010100 10000010 1001000 0 1100 110011 101010 101110 100011 101011

Color Harmonies of #948248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948248

Black with #948248

Text Example


Text Example

White with #948248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948248; }

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

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

background-color css

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

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

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

border-color css

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

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

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