Html Css Color HEX #908358 Clay Creek

📋 copy color: '#908358'

red 144 ◦ green 131 ◦ blue 88

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

Shades of Clay Creek #908358

Tints of Clay Creek #908358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

 BLUE value IS 88 (34.77% from 255) = 24.24%

R = 39.67%
G = 36.09%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#908358 (or 0x908358) is known color: Clay Creek. HEX triplet: 90, 83 and 58. RGB value is (144,131,88). Sum of RGB (Red+Green+Blue) = 144+131+88=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #908358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908358 is #6F7CA7. Grayscale: #828282. Windows color (decimal): -7306408 or 5800848. OLE color: 5800848.

HSL color Cylindrical-coordinate representation of color #908358: hue angle of 46.07º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #908358 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 88 -
CMYK 0 0.09 0.39 0.44
HSL 46.07º 0.24% 0.45% -
HSV(B) 46.07º 0.39% 0.56% -
XYZ 21.38 22.87 12.52 -
YUV 129.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 144 131 88 0 0.09 0.39 0.44 46.07 0.24 0.45
Hex 90 83 58 0 9 27 2C 2E 18 2D
Octal 220 203 130 0 11 47 54 56 30 55
Binary 10010000 10000011 1011000 0 1001 100111 101100 101110 11000 101101

Color Harmonies of #908358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908358

Black with #908358

Text Example


Text Example

White with #908358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908358; }

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

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

background-color css

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

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

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

border-color css

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

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

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