Html Css Color HEX #908752 Clay Creek

📋 copy color: '#908752'

red 144 ◦ green 135 ◦ blue 82

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

Shades of Clay Creek #908752

Tints of Clay Creek #908752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

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

R = 39.89%
G = 37.4%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#908752 (or 0x908752) is known color: Clay Creek. HEX triplet: 90, 87 and 52. RGB value is (144,135,82). Sum of RGB (Red+Green+Blue) = 144+135+82=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 144 - color contains mainly: red. Hex color #908752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908752 is #6F78AD. Grayscale: #838383. Windows color (decimal): -7305390 or 5408656. OLE color: 5408656.

HSL color Cylindrical-coordinate representation of color #908752: hue angle of 51.29º 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 #908752 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 135 82 -
CMYK 0 0.06 0.43 0.44
HSL 51.29º 0.27% 0.44% -
HSV(B) 51.29º 0.43% 0.56% -
XYZ 21.69 23.87 11.45 -
YUV 131.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 144 135 82 0 0.06 0.43 0.44 51.29 0.27 0.44
Hex 90 87 52 0 6 2B 2C 33 1B 2C
Octal 220 207 122 0 6 53 54 63 33 54
Binary 10010000 10000111 1010010 0 110 101011 101100 110011 11011 101100

Color Harmonies of #908752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908752

Black with #908752

Text Example


Text Example

White with #908752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908752; }

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

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

background-color css

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

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

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

border-color css

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

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

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