Html Css Color HEX #90755F Beaver

📋 copy color: '#90755F'

red 144 ◦ green 117 ◦ blue 95

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

Shades of Beaver #90755F

Tints of Beaver #90755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 40.45%
G = 32.87%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#90755F (or 0x90755F) is known color: Beaver. HEX triplet: 90, 75 and 5F. RGB value is (144,117,95). Sum of RGB (Red+Green+Blue) = 144+117+95=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #90755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90755F is #6F8AA0. Grayscale: #7A7A7A. Windows color (decimal): -7309985 or 6256016. OLE color: 6256016.

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

Color convert

RGB 144 117 95 -
CMYK 0 0.19 0.34 0.44
HSL 26.94º 0.21% 0.47% -
HSV(B) 26.94º 0.34% 0.56% -
XYZ 19.93 19.48 13.54 -
YUV 122.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 144 117 95 0 0.19 0.34 0.44 26.94 0.21 0.47
Hex 90 75 5F 0 13 22 2C 1B 15 2F
Octal 220 165 137 0 23 42 54 33 25 57
Binary 10010000 1110101 1011111 0 10011 100010 101100 11011 10101 101111

Color Harmonies of #90755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90755F

Black with #90755F

Text Example


Text Example

White with #90755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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