Html Css Color HEX #94844D Clay Creek

📋 copy color: '#94844D'

red 148 ◦ green 132 ◦ blue 77

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

Shades of Clay Creek #94844D

Tints of Clay Creek #94844D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.97%

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

R = 41.46%
G = 36.97%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94844D (or 0x94844D) is known color: Clay Creek. HEX triplet: 94, 84 and 4D. RGB value is (148,132,77). Sum of RGB (Red+Green+Blue) = 148+132+77=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94844D is #6B7BB2. Grayscale: #828282. Windows color (decimal): -7044019 or 5080212. OLE color: 5080212.

HSL color Cylindrical-coordinate representation of color #94844D: hue angle of 46.48º 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 #94844D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 77 -
CMYK 0 0.11 0.48 0.42
HSL 46.48º 0.32% 0.44% -
HSV(B) 46.48º 0.48% 0.58% -
XYZ 21.8 23.33 10.38 -
YUV 130.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 148 132 77 0 0.11 0.48 0.42 46.48 0.32 0.44
Hex 94 84 4D 0 B 30 2A 2E 20 2C
Octal 224 204 115 0 13 60 52 56 40 54
Binary 10010100 10000100 1001101 0 1011 110000 101010 101110 100000 101100

Color Harmonies of #94844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94844D

Black with #94844D

Text Example


Text Example

White with #94844D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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