Html Css Color HEX #90714E Pale Brown

📋 copy color: '#90714E'

red 144 ◦ green 113 ◦ blue 78

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

Shades of Pale Brown #90714E

Tints of Pale Brown #90714E

RGB

 RED value IS 144 (56.64% from 255) = 42.99%

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

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

R = 42.99%
G = 33.73%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#90714E (or 0x90714E) is known color: Pale Brown. HEX triplet: 90, 71 and 4E. RGB value is (144,113,78). Sum of RGB (Red+Green+Blue) = 144+113+78=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90714E is #6F8EB1. Grayscale: #767676. Windows color (decimal): -7311026 or 5140880. OLE color: 5140880.

HSL color Cylindrical-coordinate representation of color #90714E: hue angle of 31.82º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90714E is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 113 78 -
CMYK 0 0.22 0.46 0.44
HSL 31.82º 0.3% 0.44% -
HSV(B) 31.82º 0.46% 0.56% -
XYZ 18.78 18.29 9.75 -
YUV 118.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 144 113 78 0 0.22 0.46 0.44 31.82 0.3 0.44
Hex 90 71 4E 0 16 2E 2C 20 1E 2C
Octal 220 161 116 0 26 56 54 40 36 54
Binary 10010000 1110001 1001110 0 10110 101110 101100 100000 11110 101100

Color Harmonies of #90714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90714E

Black with #90714E

Text Example


Text Example

White with #90714E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,113,78); }

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

background-color css

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

 a { background-color: rgb(144,113,78); }

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

border-color css

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

 span { border-color: rgb(144,113,78); }

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