Html Css Color HEX #908353 Clay Creek

📋 copy color: '#908353'

red 144 ◦ green 131 ◦ blue 83

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

Shades of Clay Creek #908353

Tints of Clay Creek #908353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.18%

R = 40.22%
G = 36.59%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#908353 (or 0x908353) is known color: Clay Creek. HEX triplet: 90, 83 and 53. RGB value is (144,131,83). Sum of RGB (Red+Green+Blue) = 144+131+83=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #908353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908353 is #6F7CAC. Grayscale: #818181. Windows color (decimal): -7306413 or 5473168. OLE color: 5473168.

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

Color convert

RGB 144 131 83 -
CMYK 0 0.09 0.42 0.44
HSL 47.21º 0.27% 0.45% -
HSV(B) 47.21º 0.42% 0.56% -
XYZ 21.18 22.79 11.47 -
YUV 129.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 144 131 83 0 0.09 0.42 0.44 47.21 0.27 0.45
Hex 90 83 53 0 9 2A 2C 2F 1B 2D
Octal 220 203 123 0 11 52 54 57 33 55
Binary 10010000 10000011 1010011 0 1001 101010 101100 101111 11011 101101

Color Harmonies of #908353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908353

Black with #908353

Text Example


Text Example

White with #908353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908353; }

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

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

background-color css

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

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

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

border-color css

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

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

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