Html Css Color HEX #94804B Clay Creek

📋 copy color: '#94804B'

red 148 ◦ green 128 ◦ blue 75

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

Shades of Clay Creek #94804B

Tints of Clay Creek #94804B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

 BLUE value IS 75 (29.69% from 255) = 21.37%

R = 42.17%
G = 36.47%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94804B (or 0x94804B) is known color: Clay Creek. HEX triplet: 94, 80 and 4B. RGB value is (148,128,75). Sum of RGB (Red+Green+Blue) = 148+128+75=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #94804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94804B is #6B7FB4. Grayscale: #808080. Windows color (decimal): -7045045 or 4948116. OLE color: 4948116.

HSL color Cylindrical-coordinate representation of color #94804B: hue angle of 43.56º degrees, saturation: 0.33, 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 #94804B is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 128 75 -
CMYK 0 0.14 0.49 0.42
HSL 43.56º 0.33% 0.44% -
HSV(B) 43.56º 0.49% 0.58% -
XYZ 21.2 22.24 9.83 -
YUV 127.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 148 128 75 0 0.14 0.49 0.42 43.56 0.33 0.44
Hex 94 80 4B 0 E 31 2A 2C 21 2C
Octal 224 200 113 0 16 61 52 54 41 54
Binary 10010100 10000000 1001011 0 1110 110001 101010 101100 100001 101100

Color Harmonies of #94804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94804B

Black with #94804B

Text Example


Text Example

White with #94804B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94804B; }

 p { color: rgb(148,128,75); }

 H1.HeaderClassName
 {
   color: #94804B;
 }
 .AnyTagClassName
 {
   color: #94804B;
 }
</style>

background-color css

<style>
 a { background-color: #94804B; }

 a { background-color: rgb(148,128,75); }

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

border-color css

<style>
 span { border-color: #94804B; }

 span { border-color: rgb(148,128,75); }

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