#622F29

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

Shades of Redwood #622F29

Tints of Redwood #622F29

Color information

#622F29 (or 0x622F29) is unknown color: approx Redwood. HEX triplet: 62, 2F and 29. RGB value is (98,47,41). Sum of RGB (Red+Green+Blue) = 98+47+41=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #622F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622F29 is #9DD0D6. Grayscale: #3D3D3D. Windows color (decimal): -10342615 or 2699106. OLE color: 2699106.

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

Color convert

RGB984741-
CMYK00.520.580.62
HSL6.32º41.01%27.25%-
HSV(B)6.32º58.16%38.43%-
XYZ6.454.792.68-
YUV61.56116.4153.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.69%
GREEN value IS 47 (18.75% from 255) = 25.27%
BLUE value IS 41 (16.41% from 255) = 22.04%
R=52.69%
G=25.27%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98474100.520.580.626.3241.0127.25
Hex622F290343A3E6291b
Octal1425751064727665133
Binary1100010101111101001011010011101011111011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622F29; }

 p { color: rgb(98,47,41); }

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

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

 a { background-color: rgb(98,47,41); }

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

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

 span { border-color: rgb(98,47,41); }

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