Html Css Color HEX #94874F Clay Creek

📋 copy color: '#94874F'

red 148 ◦ green 135 ◦ blue 79

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

Shades of Clay Creek #94874F

Tints of Clay Creek #94874F

RGB

 RED value IS 148 (58.2% from 255) = 40.88%

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

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

R = 40.88%
G = 37.29%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#94874F (or 0x94874F) is known color: Clay Creek. HEX triplet: 94, 87 and 4F. RGB value is (148,135,79). Sum of RGB (Red+Green+Blue) = 148+135+79=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #94874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94874F is #6B78B0. Grayscale: #848484. Windows color (decimal): -7043249 or 5212052. OLE color: 5212052.

HSL color Cylindrical-coordinate representation of color #94874F: hue angle of 48.7º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94874F is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 135 79 -
CMYK 0 0.09 0.47 0.42
HSL 48.7º 0.3% 0.45% -
HSV(B) 48.7º 0.47% 0.58% -
XYZ 22.29 24.19 10.89 -
YUV 132.5 97.81 139.05 -
System Red Green Blue C M Y K H S L
Decimal 148 135 79 0 0.09 0.47 0.42 48.7 0.3 0.45
Hex 94 87 4F 0 9 2F 2A 31 1E 2D
Octal 224 207 117 0 11 57 52 61 36 55
Binary 10010100 10000111 1001111 0 1001 101111 101010 110001 11110 101101

Color Harmonies of #94874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94874F

Black with #94874F

Text Example


Text Example

White with #94874F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94874F; }

 p { color: rgb(148,135,79); }

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

background-color css

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

 a { background-color: rgb(148,135,79); }

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

border-color css

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

 span { border-color: rgb(148,135,79); }

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