Html Css Color HEX #94824C Clay Creek

📋 copy color: '#94824C'

red 148 ◦ green 130 ◦ blue 76

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

Shades of Clay Creek #94824C

Tints of Clay Creek #94824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 41.81%
G = 36.72%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94824C (or 0x94824C) is known color: Clay Creek. HEX triplet: 94, 82 and 4C. RGB value is (148,130,76). Sum of RGB (Red+Green+Blue) = 148+130+76=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #94824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94824C is #6B7DB3. Grayscale: #818181. Windows color (decimal): -7044532 or 5014164. OLE color: 5014164.

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

Color convert

RGB 148 130 76 -
CMYK 0 0.12 0.49 0.42
HSL 45º 0.32% 0.44% -
HSV(B) 45º 0.49% 0.58% -
XYZ 21.5 22.78 10.1 -
YUV 129.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 148 130 76 0 0.12 0.49 0.42 45 0.32 0.44
Hex 94 82 4C 0 C 31 2A 2D 20 2C
Octal 224 202 114 0 14 61 52 55 40 54
Binary 10010100 10000010 1001100 0 1100 110001 101010 101101 100000 101100

Color Harmonies of #94824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94824C

Black with #94824C

Text Example


Text Example

White with #94824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94824C; }

 p { color: rgb(148,130,76); }

 H1.HeaderClassName
 {
   color: #94824C;
 }
 .AnyTagClassName
 {
   color: #94824C;
 }
</style>

background-color css

<style>
 a { background-color: #94824C; }

 a { background-color: rgb(148,130,76); }

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

border-color css

<style>
 span { border-color: #94824C; }

 span { border-color: rgb(148,130,76); }

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