Html Css Color HEX #94714B Pale Brown

📋 copy color: '#94714B'

red 148 ◦ green 113 ◦ blue 75

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

Shades of Pale Brown #94714B

Tints of Pale Brown #94714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

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

R = 44.05%
G = 33.63%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94714B (or 0x94714B) is known color: Pale Brown. HEX triplet: 94, 71 and 4B. RGB value is (148,113,75). Sum of RGB (Red+Green+Blue) = 148+113+75=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #94714B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94714B is #6B8EB4. Grayscale: #777777. Windows color (decimal): -7048885 or 4944276. OLE color: 4944276.

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

Color convert

RGB 148 113 75 -
CMYK 0 0.24 0.49 0.42
HSL 31.23º 0.33% 0.44% -
HSV(B) 31.23º 0.49% 0.58% -
XYZ 19.39 18.61 9.23 -
YUV 119.13 103.1 148.59 -
System Red Green Blue C M Y K H S L
Decimal 148 113 75 0 0.24 0.49 0.42 31.23 0.33 0.44
Hex 94 71 4B 0 18 31 2A 1F 21 2C
Octal 224 161 113 0 30 61 52 37 41 54
Binary 10010100 1110001 1001011 0 11000 110001 101010 11111 100001 101100

Color Harmonies of #94714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94714B

Black with #94714B

Text Example


Text Example

White with #94714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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