Html Css Color HEX #94814D Clay Creek

📋 copy color: '#94814D'

red 148 ◦ green 129 ◦ blue 77

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

Shades of Clay Creek #94814D

Tints of Clay Creek #94814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.44%

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

R = 41.81%
G = 36.44%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94814D (or 0x94814D) is known color: Clay Creek. HEX triplet: 94, 81 and 4D. RGB value is (148,129,77). Sum of RGB (Red+Green+Blue) = 148+129+77=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #94814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94814D is #6B7EB2. Grayscale: #808080. Windows color (decimal): -7044787 or 5079444. OLE color: 5079444.

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

Color convert

RGB 148 129 77 -
CMYK 0 0.13 0.48 0.42
HSL 43.94º 0.32% 0.44% -
HSV(B) 43.94º 0.48% 0.58% -
XYZ 21.4 22.53 10.24 -
YUV 128.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 148 129 77 0 0.13 0.48 0.42 43.94 0.32 0.44
Hex 94 81 4D 0 D 30 2A 2C 20 2C
Octal 224 201 115 0 15 60 52 54 40 54
Binary 10010100 10000001 1001101 0 1101 110000 101010 101100 100000 101100

Color Harmonies of #94814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94814D

Black with #94814D

Text Example


Text Example

White with #94814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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