Html Css Color HEX #583530 Redwood

📋 copy color: '#583530'

red 88 ◦ green 53 ◦ blue 48

#583530
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Redwood #583530

Tints of Redwood #583530

RGB

 RED value IS 88 (34.77% from 255) = 46.56%

 GREEN value IS 53 (21.09% from 255) = 28.04%

 BLUE value IS 48 (19.14% from 255) = 25.4%

R = 46.56%
G = 28.04%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#583530 (or 0x583530) is known color: Redwood. HEX triplet: 58, 35 and 30. RGB value is (88,53,48). Sum of RGB (Red+Green+Blue) = 88+53+48=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #583530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583530 is #A7CACF. Grayscale: #3E3E3E. Windows color (decimal): -10996432 or 3159384. OLE color: 3159384.

HSL color Cylindrical-coordinate representation of color #583530: hue angle of 7.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #583530 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 53 48 -
CMYK 0 0.40 0.45 0.65
HSL 7.5º 0.29% 0.27% -
HSV(B) 7.5º 0.45% 0.35% -
XYZ 5.83 4.83 3.42 -
YUV 62.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 88 53 48 0 0.40 0.45 0.65 7.5 0.29 0.27
Hex 58 35 30 0 28 2D 41 8 1D 1B
Octal 130 65 60 0 50 55 101 10 35 33
Binary 1011000 110101 110000 0 101000 101101 1000001 1000 11101 11011

Color Harmonies of #583530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583530

Black with #583530

Text Example


Text Example

White with #583530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583530; }

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

 H1.HeaderClassName
 {
   color: #583530;
 }
 .AnyTagClassName
 {
   color: #583530;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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