#60372E

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

Shades of Redwood #60372E

Tints of Redwood #60372E

Color information

#60372E (or 0x60372E) is unknown color: approx Redwood. HEX triplet: 60, 37 and 2E. RGB value is (96,55,46). Sum of RGB (Red+Green+Blue) = 96+55+46=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #60372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60372E is #9FC8D1. Grayscale: #424242. Windows color (decimal): -10471634 or 3028832. OLE color: 3028832.

HSL color Cylindrical-coordinate representation of color #60372E: hue angle of 10.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60372E is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB965546-
CMYK00.430.520.62
HSL10.8º35.21%27.84%-
HSV(B)10.8º52.08%37.65%-
XYZ6.685.423.28-
YUV66.23116.58149.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 55 (21.88% from 255) = 27.92%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=48.73%
G=27.92%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96554600.430.520.6210.835.2127.84
Hex60372E02B343Eb231c
Octal14067560536476134334
Binary11000001101111011100101011110100111110101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,55,46); }

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

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

 a { background-color: rgb(96,55,46); }

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

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

 span { border-color: rgb(96,55,46); }

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