Html Css Color HEX #94844E Clay Creek

📋 copy color: '#94844E'

red 148 ◦ green 132 ◦ blue 78

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

Shades of Clay Creek #94844E

Tints of Clay Creek #94844E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.79%

R = 41.34%
G = 36.87%
B = 21.79%

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

#94844E (or 0x94844E) is known color: Clay Creek. HEX triplet: 94, 84 and 4E. RGB value is (148,132,78). Sum of RGB (Red+Green+Blue) = 148+132+78=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94844E is #6B7BB1. Grayscale: #828282. Windows color (decimal): -7044018 or 5145748. OLE color: 5145748.

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

Color convert

RGB 148 132 78 -
CMYK 0 0.11 0.47 0.42
HSL 46.29º 0.31% 0.44% -
HSV(B) 46.29º 0.47% 0.58% -
XYZ 21.84 23.35 10.56 -
YUV 130.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 148 132 78 0 0.11 0.47 0.42 46.29 0.31 0.44
Hex 94 84 4E 0 B 2F 2A 2E 1F 2C
Octal 224 204 116 0 13 57 52 56 37 54
Binary 10010100 10000100 1001110 0 1011 101111 101010 101110 11111 101100

Color Harmonies of #94844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94844E

Black with #94844E

Text Example


Text Example

White with #94844E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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