Html Css Color HEX #907E52 Clay Creek

📋 copy color: '#907E52'

red 144 ◦ green 126 ◦ blue 82

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

Shades of Clay Creek #907E52

Tints of Clay Creek #907E52

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.8%

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

R = 40.91%
G = 35.8%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#907E52 (or 0x907E52) is known color: Clay Creek. HEX triplet: 90, 7E and 52. RGB value is (144,126,82). Sum of RGB (Red+Green+Blue) = 144+126+82=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #907E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E52 is #6F81AD. Grayscale: #7E7E7E. Windows color (decimal): -7307694 or 5406352. OLE color: 5406352.

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

Color convert

RGB 144 126 82 -
CMYK 0 0.12 0.43 0.44
HSL 42.58º 0.27% 0.44% -
HSV(B) 42.58º 0.43% 0.56% -
XYZ 20.49 21.46 11.05 -
YUV 126.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 144 126 82 0 0.12 0.43 0.44 42.58 0.27 0.44
Hex 90 7E 52 0 C 2B 2C 2B 1B 2C
Octal 220 176 122 0 14 53 54 53 33 54
Binary 10010000 1111110 1010010 0 1100 101011 101100 101011 11011 101100

Color Harmonies of #907E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907E52

Black with #907E52

Text Example


Text Example

White with #907E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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