Html Css Color HEX #94804D Clay Creek

📋 copy color: '#94804D'

red 148 ◦ green 128 ◦ blue 77

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

Shades of Clay Creek #94804D

Tints of Clay Creek #94804D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.26%

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

R = 41.93%
G = 36.26%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94804D (or 0x94804D) is known color: Clay Creek. HEX triplet: 94, 80 and 4D. RGB value is (148,128,77). Sum of RGB (Red+Green+Blue) = 148+128+77=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #94804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94804D is #6B7FB2. Grayscale: #808080. Windows color (decimal): -7045043 or 5079188. OLE color: 5079188.

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

Color convert

RGB 148 128 77 -
CMYK 0 0.14 0.48 0.42
HSL 43.1º 0.32% 0.44% -
HSV(B) 43.1º 0.48% 0.58% -
XYZ 21.27 22.27 10.2 -
YUV 128.17 99.13 142.15 -
System Red Green Blue C M Y K H S L
Decimal 148 128 77 0 0.14 0.48 0.42 43.1 0.32 0.44
Hex 94 80 4D 0 E 30 2A 2B 20 2C
Octal 224 200 115 0 16 60 52 53 40 54
Binary 10010100 10000000 1001101 0 1110 110000 101010 101011 100000 101100

Color Harmonies of #94804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94804D

Black with #94804D

Text Example


Text Example

White with #94804D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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