Html Css Color HEX #94824E Clay Creek

📋 copy color: '#94824E'

red 148 ◦ green 130 ◦ blue 78

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

Shades of Clay Creek #94824E

Tints of Clay Creek #94824E

RGB

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

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

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

R = 41.57%
G = 36.52%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#94824E (or 0x94824E) is known color: Clay Creek. HEX triplet: 94, 82 and 4E. RGB value is (148,130,78). Sum of RGB (Red+Green+Blue) = 148+130+78=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94824E is #6B7DB1. Grayscale: #818181. Windows color (decimal): -7044530 or 5145236. OLE color: 5145236.

HSL color Cylindrical-coordinate representation of color #94824E: hue angle of 44.57º 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 #94824E is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 130 78 -
CMYK 0 0.12 0.47 0.42
HSL 44.57º 0.31% 0.44% -
HSV(B) 44.57º 0.47% 0.58% -
XYZ 21.57 22.81 10.47 -
YUV 129.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 148 130 78 0 0.12 0.47 0.42 44.57 0.31 0.44
Hex 94 82 4E 0 C 2F 2A 2D 1F 2C
Octal 224 202 116 0 14 57 52 55 37 54
Binary 10010100 10000010 1001110 0 1100 101111 101010 101101 11111 101100

Color Harmonies of #94824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94824E

Black with #94824E

Text Example


Text Example

White with #94824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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