Html Css Color HEX #908153 Clay Creek

📋 copy color: '#908153'

red 144 ◦ green 129 ◦ blue 83

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

Shades of Clay Creek #908153

Tints of Clay Creek #908153

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

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

R = 40.45%
G = 36.24%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#908153 (or 0x908153) is known color: Clay Creek. HEX triplet: 90, 81 and 53. RGB value is (144,129,83). Sum of RGB (Red+Green+Blue) = 144+129+83=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #908153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908153 is #6F7EAC. Grayscale: #808080. Windows color (decimal): -7306925 or 5472656. OLE color: 5472656.

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

Color convert

RGB 144 129 83 -
CMYK 0 0.10 0.42 0.44
HSL 45.25º 0.27% 0.45% -
HSV(B) 45.25º 0.42% 0.56% -
XYZ 20.91 22.25 11.38 -
YUV 128.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 144 129 83 0 0.10 0.42 0.44 45.25 0.27 0.45
Hex 90 81 53 0 A 2A 2C 2D 1B 2D
Octal 220 201 123 0 12 52 54 55 33 55
Binary 10010000 10000001 1010011 0 1010 101010 101100 101101 11011 101101

Color Harmonies of #908153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908153

Black with #908153

Text Example


Text Example

White with #908153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908153; }

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

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

background-color css

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

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

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

border-color css

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

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

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