#62302C

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

Shades of Redwood #62302C

Tints of Redwood #62302C

Color information

#62302C (or 0x62302C) is unknown color: approx Redwood. HEX triplet: 62, 30 and 2C. RGB value is (98,48,44). Sum of RGB (Red+Green+Blue) = 98+48+44=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #62302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62302C is #9DCFD3. Grayscale: #3E3E3E. Windows color (decimal): -10342356 or 2895970. OLE color: 2895970.

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

Color convert

RGB984844-
CMYK00.510.550.62
HSL4.44º38.03%27.84%-
HSV(B)4.44º55.1%38.43%-
XYZ6.554.892.98-
YUV62.49117.56153.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.58%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=51.58%
G=25.26%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98484400.510.550.624.4438.0327.84
Hex62302C033373E4261c
Octal1426054063677644634
Binary1100010110000101100011001111011111111010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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