Html Css Color HEX #90755C Pale Brown

📋 copy color: '#90755C'

red 144 ◦ green 117 ◦ blue 92

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

Shades of Pale Brown #90755C

Tints of Pale Brown #90755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.14%

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 40.79%
G = 33.14%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90755C (or 0x90755C) is known color: Pale Brown. HEX triplet: 90, 75 and 5C. RGB value is (144,117,92). Sum of RGB (Red+Green+Blue) = 144+117+92=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #90755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90755C is #6F8AA3. Grayscale: #7A7A7A. Windows color (decimal): -7309988 or 6059408. OLE color: 6059408.

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

Color convert

RGB 144 117 92 -
CMYK 0 0.19 0.36 0.44
HSL 28.85º 0.22% 0.46% -
HSV(B) 28.85º 0.36% 0.56% -
XYZ 19.79 19.42 12.83 -
YUV 122.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 144 117 92 0 0.19 0.36 0.44 28.85 0.22 0.46
Hex 90 75 5C 0 13 24 2C 1D 16 2E
Octal 220 165 134 0 23 44 54 35 26 56
Binary 10010000 1110101 1011100 0 10011 100100 101100 11101 10110 101110

Color Harmonies of #90755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90755C

Black with #90755C

Text Example


Text Example

White with #90755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90755C; }

 p { color: rgb(144,117,92); }

 H1.HeaderClassName
 {
   color: #90755C;
 }
 .AnyTagClassName
 {
   color: #90755C;
 }
</style>

background-color css

<style>
 a { background-color: #90755C; }

 a { background-color: rgb(144,117,92); }

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

border-color css

<style>
 span { border-color: #90755C; }

 span { border-color: rgb(144,117,92); }

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