Html Css Color HEX #94834E Clay Creek

📋 copy color: '#94834E'

red 148 ◦ green 131 ◦ blue 78

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

Shades of Clay Creek #94834E

Tints of Clay Creek #94834E

RGB

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

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

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

R = 41.46%
G = 36.69%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#94834E (or 0x94834E) is known color: Clay Creek. HEX triplet: 94, 83 and 4E. RGB value is (148,131,78). Sum of RGB (Red+Green+Blue) = 148+131+78=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94834E is #6B7CB1. Grayscale: #828282. Windows color (decimal): -7044274 or 5145492. OLE color: 5145492.

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

Color convert

RGB 148 131 78 -
CMYK 0 0.11 0.47 0.42
HSL 45.43º 0.31% 0.44% -
HSV(B) 45.43º 0.47% 0.58% -
XYZ 21.7 23.08 10.52 -
YUV 130.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 148 131 78 0 0.11 0.47 0.42 45.43 0.31 0.44
Hex 94 83 4E 0 B 2F 2A 2D 1F 2C
Octal 224 203 116 0 13 57 52 55 37 54
Binary 10010100 10000011 1001110 0 1011 101111 101010 101101 11111 101100

Color Harmonies of #94834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94834E

Black with #94834E

Text Example


Text Example

White with #94834E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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