#612F28

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

Shades of Redwood #612F28

Tints of Redwood #612F28

Color information

#612F28 (or 0x612F28) is unknown color: approx Redwood. HEX triplet: 61, 2F and 28. RGB value is (97,47,40). Sum of RGB (Red+Green+Blue) = 97+47+40=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #612F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612F28 is #9ED0D7. Grayscale: #3D3D3D. Windows color (decimal): -10408152 or 2633569. OLE color: 2633569.

HSL color Cylindrical-coordinate representation of color #612F28: hue angle of 7.37º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #612F28 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB974740-
CMYK00.520.590.62
HSL7.37º41.61%26.86%-
HSV(B)7.37º58.76%38.04%-
XYZ6.334.732.59-
YUV61.15116.06153.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 47 (18.75% from 255) = 25.54%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=52.72%
G=25.54%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97474000.520.590.627.3741.6126.86
Hex612F280343B3E72a1b
Octal1415750064737675233
Binary1100001101111101000011010011101111111011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612F28; }

 p { color: rgb(97,47,40); }

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

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

 a { background-color: rgb(97,47,40); }

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

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

 span { border-color: rgb(97,47,40); }

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