#623530

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

Shades of Redwood #623530

Tints of Redwood #623530

Color information

#623530 (or 0x623530) is unknown color: approx Redwood. HEX triplet: 62, 35 and 30. RGB value is (98,53,48). Sum of RGB (Red+Green+Blue) = 98+53+48=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #623530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623530 is #9DCACF. Grayscale: #414141. Windows color (decimal): -10341072 or 3159394. OLE color: 3159394.

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

Color convert

RGB985348-
CMYK00.460.510.62
HSL34.25%28.63%-
HSV(B)51.02%38.43%-
XYZ6.845.363.47-
YUV65.88117.91150.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=49.25%
G=26.63%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98534800.460.510.62634.2528.63
Hex62353002E333E6221d
Octal1426560056637664235
Binary1100010110101110000010111011001111111011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623530; }

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

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

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

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

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

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

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

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