Html Css Color HEX #94844F Clay Creek

📋 copy color: '#94844F'

red 148 ◦ green 132 ◦ blue 79

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

Shades of Clay Creek #94844F

Tints of Clay Creek #94844F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 41.23%
G = 36.77%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#94844F (or 0x94844F) is known color: Clay Creek. HEX triplet: 94, 84 and 4F. RGB value is (148,132,79). Sum of RGB (Red+Green+Blue) = 148+132+79=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94844F is #6B7BB0. Grayscale: #828282. Windows color (decimal): -7044017 or 5211284. OLE color: 5211284.

HSL color Cylindrical-coordinate representation of color #94844F: hue angle of 46.09º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94844F is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 79 -
CMYK 0 0.11 0.47 0.42
HSL 46.09º 0.3% 0.45% -
HSV(B) 46.09º 0.47% 0.58% -
XYZ 21.88 23.36 10.75 -
YUV 130.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 148 132 79 0 0.11 0.47 0.42 46.09 0.3 0.45
Hex 94 84 4F 0 B 2F 2A 2E 1E 2D
Octal 224 204 117 0 13 57 52 56 36 55
Binary 10010100 10000100 1001111 0 1011 101111 101010 101110 11110 101101

Color Harmonies of #94844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94844F

Black with #94844F

Text Example


Text Example

White with #94844F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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