#90834B

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

Shades of Clay Creek #90834B

Tints of Clay Creek #90834B

Color information

#90834B (or 0x90834B) is unknown color: approx Clay Creek. HEX triplet: 90, 83 and 4B. RGB value is (144,131,75). Sum of RGB (Red+Green+Blue) = 144+131+75=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #90834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90834B is #6F7CB4. Grayscale: #808080. Windows color (decimal): -7306421 or 4948880. OLE color: 4948880.

HSL color Cylindrical-coordinate representation of color #90834B: hue angle of 48.7º 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 #90834B is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB14413175-
CMYK00.090.480.44
HSL48.7º31.51%42.94%-
HSV(B)48.7º47.92%56.47%-
XYZ20.8922.679.93-
YUV128.597.81139.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.14%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 75 (29.69% from 255) = 21.43%
R=41.14%
G=37.43%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441317500.090.480.4448.731.5142.94
Hex90834B09302C31202b
Octal2202031130116054614053
Binary1001000010000011100101101001110000101100110001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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