Html Css Color HEX #94854D Clay Creek

📋 copy color: '#94854D'

red 148 ◦ green 133 ◦ blue 77

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

Shades of Clay Creek #94854D

Tints of Clay Creek #94854D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 41.34%
G = 37.15%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94854D (or 0x94854D) is known color: Clay Creek. HEX triplet: 94, 85 and 4D. RGB value is (148,133,77). Sum of RGB (Red+Green+Blue) = 148+133+77=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94854D is #6B7AB2. Grayscale: #838383. Windows color (decimal): -7043763 or 5080468. OLE color: 5080468.

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

Color convert

RGB 148 133 77 -
CMYK 0 0.10 0.48 0.42
HSL 47.32º 0.32% 0.44% -
HSV(B) 47.32º 0.48% 0.58% -
XYZ 21.94 23.61 10.42 -
YUV 131.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 148 133 77 0 0.10 0.48 0.42 47.32 0.32 0.44
Hex 94 85 4D 0 A 30 2A 2F 20 2C
Octal 224 205 115 0 12 60 52 57 40 54
Binary 10010100 10000101 1001101 0 1010 110000 101010 101111 100000 101100

Color Harmonies of #94854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94854D

Black with #94854D

Text Example


Text Example

White with #94854D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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