#62302B

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

Shades of Redwood #62302B

Tints of Redwood #62302B

Color information

#62302B (or 0x62302B) is unknown color: approx Redwood. HEX triplet: 62, 30 and 2B. RGB value is (98,48,43). Sum of RGB (Red+Green+Blue) = 98+48+43=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #62302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62302B is #9DCFD4. Grayscale: #3E3E3E. Windows color (decimal): -10342357 or 2830434. OLE color: 2830434.

HSL color Cylindrical-coordinate representation of color #62302B: hue angle of 5.45º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62302B is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB984843-
CMYK00.510.560.62
HSL5.45º39.01%27.65%-
HSV(B)5.45º56.12%38.43%-
XYZ6.534.882.88-
YUV62.38117.06153.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.85%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=51.85%
G=25.40%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98484300.510.560.625.4539.0127.65
Hex62302B033383E5271c
Octal1426053063707654734
Binary1100010110000101011011001111100011111010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62302B; }

 p { color: rgb(98,48,43); }

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

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

 a { background-color: rgb(98,48,43); }

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

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

 span { border-color: rgb(98,48,43); }

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