Html Css Color HEX #907D4F Clay Creek

📋 copy color: '#907D4F'

red 144 ◦ green 125 ◦ blue 79

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

Shades of Clay Creek #907D4F

Tints of Clay Creek #907D4F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 41.38%
G = 35.92%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#907D4F (or 0x907D4F) is known color: Clay Creek. HEX triplet: 90, 7D and 4F. RGB value is (144,125,79). Sum of RGB (Red+Green+Blue) = 144+125+79=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #907D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D4F is #6F82B0. Grayscale: #7D7D7D. Windows color (decimal): -7307953 or 5209488. OLE color: 5209488.

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

Color convert

RGB 144 125 79 -
CMYK 0 0.13 0.45 0.44
HSL 42.46º 0.29% 0.44% -
HSV(B) 42.46º 0.45% 0.56% -
XYZ 20.25 21.16 10.41 -
YUV 125.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 144 125 79 0 0.13 0.45 0.44 42.46 0.29 0.44
Hex 90 7D 4F 0 D 2D 2C 2A 1D 2C
Octal 220 175 117 0 15 55 54 52 35 54
Binary 10010000 1111101 1001111 0 1101 101101 101100 101010 11101 101100

Color Harmonies of #907D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907D4F

Black with #907D4F

Text Example


Text Example

White with #907D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,125,79); }

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

background-color css

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

 a { background-color: rgb(144,125,79); }

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

border-color css

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

 span { border-color: rgb(144,125,79); }

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