#90814B

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

Shades of Clay Creek #90814B

Tints of Clay Creek #90814B

Color information

#90814B (or 0x90814B) is unknown color: approx Clay Creek. HEX triplet: 90, 81 and 4B. RGB value is (144,129,75). Sum of RGB (Red+Green+Blue) = 144+129+75=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #90814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90814B is #6F7EB4. Grayscale: #7F7F7F. Windows color (decimal): -7306933 or 4948368. OLE color: 4948368.

HSL color Cylindrical-coordinate representation of color #90814B: hue angle of 46.96º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90814B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB14412975-
CMYK00.100.480.44
HSL46.96º31.51%42.94%-
HSV(B)46.96º47.92%56.47%-
XYZ20.6222.149.84-
YUV127.3398.47139.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.38%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=41.38%
G=37.07%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441297500.100.480.4446.9631.5142.94
Hex90814B0A302C2f202b
Octal2202011130126054574053
Binary1001000010000001100101101010110000101100101111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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