Html Css Color HEX #94854C Clay Creek

📋 copy color: '#94854C'

red 148 ◦ green 133 ◦ blue 76

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

Shades of Clay Creek #94854C

Tints of Clay Creek #94854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.25%

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 41.46%
G = 37.25%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94854C (or 0x94854C) is known color: Clay Creek. HEX triplet: 94, 85 and 4C. RGB value is (148,133,76). Sum of RGB (Red+Green+Blue) = 148+133+76=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94854C is #6B7AB3. Grayscale: #838383. Windows color (decimal): -7043764 or 5014932. OLE color: 5014932.

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

Color convert

RGB 148 133 76 -
CMYK 0 0.10 0.49 0.42
HSL 47.5º 0.32% 0.44% -
HSV(B) 47.5º 0.49% 0.58% -
XYZ 21.9 23.59 10.24 -
YUV 130.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 148 133 76 0 0.10 0.49 0.42 47.5 0.32 0.44
Hex 94 85 4C 0 A 31 2A 30 20 2C
Octal 224 205 114 0 12 61 52 60 40 54
Binary 10010100 10000101 1001100 0 1010 110001 101010 110000 100000 101100

Color Harmonies of #94854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94854C

Black with #94854C

Text Example


Text Example

White with #94854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94854C; }

 p { color: rgb(148,133,76); }

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

background-color css

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

 a { background-color: rgb(148,133,76); }

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

border-color css

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

 span { border-color: rgb(148,133,76); }

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