Html Css Color HEX #94834D Clay Creek

📋 copy color: '#94834D'

red 148 ◦ green 131 ◦ blue 77

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

Shades of Clay Creek #94834D

Tints of Clay Creek #94834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

 BLUE value IS 77 (30.47% from 255) = 21.63%

R = 41.57%
G = 36.8%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94834D (or 0x94834D) is known color: Clay Creek. HEX triplet: 94, 83 and 4D. RGB value is (148,131,77). Sum of RGB (Red+Green+Blue) = 148+131+77=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94834D is #6B7CB2. Grayscale: #828282. Windows color (decimal): -7044275 or 5079956. OLE color: 5079956.

HSL color Cylindrical-coordinate representation of color #94834D: hue angle of 45.63º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94834D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 131 77 -
CMYK 0 0.11 0.48 0.42
HSL 45.63º 0.32% 0.44% -
HSV(B) 45.63º 0.48% 0.58% -
XYZ 21.67 23.06 10.33 -
YUV 129.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 148 131 77 0 0.11 0.48 0.42 45.63 0.32 0.44
Hex 94 83 4D 0 B 30 2A 2E 20 2C
Octal 224 203 115 0 13 60 52 56 40 54
Binary 10010100 10000011 1001101 0 1011 110000 101010 101110 100000 101100

Color Harmonies of #94834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94834D

Black with #94834D

Text Example


Text Example

White with #94834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94834D; }

 p { color: rgb(148,131,77); }

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

background-color css

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

 a { background-color: rgb(148,131,77); }

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

border-color css

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

 span { border-color: rgb(148,131,77); }

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