#907361

Color #907361 Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #907361

Tints of Beaver #907361

Color information

#907361 (or 0x907361) is unknown color: approx Beaver. HEX triplet: 90, 73 and 61. RGB value is (144,115,97). Sum of RGB (Red+Green+Blue) = 144+115+97=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #907361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907361 is #6F8C9E. Grayscale: #797979. Windows color (decimal): -7310495 or 6386576. OLE color: 6386576.

HSL color Cylindrical-coordinate representation of color #907361: hue angle of 22.98º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #907361 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB14411597-
CMYK00.200.330.44
HSL22.98º19.5%47.25%-
HSV(B)22.98º32.64%56.47%-
XYZ19.7919.0513.94-
YUV121.62114.11143.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 97 (38.28% from 255) = 27.25%
R=40.45%
G=32.30%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441159700.200.330.4422.9819.547.25
Hex907361014212C17142f
Octal2201631410244154272457
Binary10010000111001111000010101001000011011001011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907361; }

 p { color: rgb(144,115,97); }

 H1.HeaderClassName
 {
   color: #907361;
 }
 .AnyTagClassName
 {
   color: #907361;
 }
</style>
background-color css

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

 a { background-color: rgb(144,115,97); }

 div.DivClassName
 {
   background-color: #907361;
 }
 .BgClassName
 {
   background-color: #907361;
 }
</style>
border-color css

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

 span { border-color: rgb(144,115,97); }

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