#94814B

Color #94814B Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #94814B

Tints of Clay Creek #94814B

Color information

#94814B (or 0x94814B) is unknown color: approx Clay Creek. HEX triplet: 94, 81 and 4B. RGB value is (148,129,75). Sum of RGB (Red+Green+Blue) = 148+129+75=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #94814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94814B is #6B7EB4. Grayscale: #808080. Windows color (decimal): -7044789 or 4948372. OLE color: 4948372.

HSL color Cylindrical-coordinate representation of color #94814B: hue angle of 44.38º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94814B is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14812975-
CMYK00.130.490.42
HSL44.38º32.74%43.73%-
HSV(B)44.38º49.32%58.04%-
XYZ21.3322.59.88-
YUV128.5297.79141.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 75 (29.69% from 255) = 21.31%
R=42.05%
G=36.65%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481297500.130.490.4244.3832.7443.73
Hex94814B0D312A2c212c
Octal2242011130156152544154
Binary1001010010000001100101101101110001101010101100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94814B;
 }
 .AnyTagClassName
 {
   color: #94814B;
 }
</style>
background-color css

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

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

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

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

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

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