Html Css Color HEX #907D4E Clay Creek

📋 copy color: '#907D4E'

red 144 ◦ green 125 ◦ blue 78

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

Shades of Clay Creek #907D4E

Tints of Clay Creek #907D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 41.5%
G = 36.02%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#907D4E (or 0x907D4E) is known color: Clay Creek. HEX triplet: 90, 7D and 4E. RGB value is (144,125,78). Sum of RGB (Red+Green+Blue) = 144+125+78=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #907D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D4E is #6F82B1. Grayscale: #7D7D7D. Windows color (decimal): -7307954 or 5143952. OLE color: 5143952.

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

Color convert

RGB 144 125 78 -
CMYK 0 0.13 0.46 0.44
HSL 42.73º 0.3% 0.44% -
HSV(B) 42.73º 0.46% 0.56% -
XYZ 20.21 21.15 10.22 -
YUV 125.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 144 125 78 0 0.13 0.46 0.44 42.73 0.3 0.44
Hex 90 7D 4E 0 D 2E 2C 2B 1E 2C
Octal 220 175 116 0 15 56 54 53 36 54
Binary 10010000 1111101 1001110 0 1101 101110 101100 101011 11110 101100

Color Harmonies of #907D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907D4E

Black with #907D4E

Text Example


Text Example

White with #907D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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