Html Css Color HEX #908352 Clay Creek

📋 copy color: '#908352'

red 144 ◦ green 131 ◦ blue 82

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

Shades of Clay Creek #908352

Tints of Clay Creek #908352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.97%

R = 40.34%
G = 36.69%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#908352 (or 0x908352) is known color: Clay Creek. HEX triplet: 90, 83 and 52. RGB value is (144,131,82). Sum of RGB (Red+Green+Blue) = 144+131+82=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #908352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908352 is #6F7CAD. Grayscale: #818181. Windows color (decimal): -7306414 or 5407632. OLE color: 5407632.

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

Color convert

RGB 144 131 82 -
CMYK 0 0.09 0.43 0.44
HSL 47.42º 0.27% 0.44% -
HSV(B) 47.42º 0.43% 0.56% -
XYZ 21.14 22.77 11.26 -
YUV 129.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 144 131 82 0 0.09 0.43 0.44 47.42 0.27 0.44
Hex 90 83 52 0 9 2B 2C 2F 1B 2C
Octal 220 203 122 0 11 53 54 57 33 54
Binary 10010000 10000011 1010010 0 1001 101011 101100 101111 11011 101100

Color Harmonies of #908352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908352

Black with #908352

Text Example


Text Example

White with #908352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908352; }

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

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

background-color css

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

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

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

border-color css

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

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

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