Html Css Color HEX #94745A Pale Brown

📋 copy color: '#94745A'

red 148 ◦ green 116 ◦ blue 90

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

Shades of Pale Brown #94745A

Tints of Pale Brown #94745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 41.81%
G = 32.77%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#94745A (or 0x94745A) is known color: Pale Brown. HEX triplet: 94, 74 and 5A. RGB value is (148,116,90). Sum of RGB (Red+Green+Blue) = 148+116+90=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #94745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94745A is #6B8BA5. Grayscale: #7A7A7A. Windows color (decimal): -7048102 or 5928084. OLE color: 5928084.

HSL color Cylindrical-coordinate representation of color #94745A: hue angle of 26.9º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94745A is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 116 90 -
CMYK 0 0.22 0.39 0.42
HSL 26.9º 0.24% 0.47% -
HSV(B) 26.9º 0.39% 0.58% -
XYZ 20.3 19.52 12.37 -
YUV 122.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 148 116 90 0 0.22 0.39 0.42 26.9 0.24 0.47
Hex 94 74 5A 0 16 27 2A 1B 18 2F
Octal 224 164 132 0 26 47 52 33 30 57
Binary 10010100 1110100 1011010 0 10110 100111 101010 11011 11000 101111

Color Harmonies of #94745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94745A

Black with #94745A

Text Example


Text Example

White with #94745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94745A; }

 p { color: rgb(148,116,90); }

 H1.HeaderClassName
 {
   color: #94745A;
 }
 .AnyTagClassName
 {
   color: #94745A;
 }
</style>

background-color css

<style>
 a { background-color: #94745A; }

 a { background-color: rgb(148,116,90); }

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

border-color css

<style>
 span { border-color: #94745A; }

 span { border-color: rgb(148,116,90); }

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