Html Css Color HEX #90854E Clay Creek

📋 copy color: '#90854E'

red 144 ◦ green 133 ◦ blue 78

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

Shades of Clay Creek #90854E

Tints of Clay Creek #90854E

RGB

 RED value IS 144 (56.64% from 255) = 40.56%

 GREEN value IS 133 (52.34% from 255) = 37.46%

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

R = 40.56%
G = 37.46%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#90854E (or 0x90854E) is known color: Clay Creek. HEX triplet: 90, 85 and 4E. RGB value is (144,133,78). Sum of RGB (Red+Green+Blue) = 144+133+78=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #90854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90854E is #6F7AB1. Grayscale: #828282. Windows color (decimal): -7305906 or 5146000. OLE color: 5146000.

HSL color Cylindrical-coordinate representation of color #90854E: hue angle of 50º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90854E is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 133 78 -
CMYK 0 0.08 0.46 0.44
HSL 50º 0.3% 0.44% -
HSV(B) 50º 0.46% 0.56% -
XYZ 21.26 23.25 10.58 -
YUV 130.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 144 133 78 0 0.08 0.46 0.44 50 0.3 0.44
Hex 90 85 4E 0 8 2E 2C 32 1E 2C
Octal 220 205 116 0 10 56 54 62 36 54
Binary 10010000 10000101 1001110 0 1000 101110 101100 110010 11110 101100

Color Harmonies of #90854E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90854E

Black with #90854E

Text Example


Text Example

White with #90854E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,133,78); }

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

background-color css

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

 a { background-color: rgb(144,133,78); }

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

border-color css

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

 span { border-color: rgb(144,133,78); }

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