Html Css Color HEX #58352E Redwood

📋 copy color: '#58352E'

red 88 ◦ green 53 ◦ blue 46

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

Shades of Redwood #58352E

Tints of Redwood #58352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.6%

R = 47.06%
G = 28.34%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58352E (or 0x58352E) is known color: Redwood. HEX triplet: 58, 35 and 2E. RGB value is (88,53,46). Sum of RGB (Red+Green+Blue) = 88+53+46=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58352E is #A7CAD1. Grayscale: #3E3E3E. Windows color (decimal): -10996434 or 3028312. OLE color: 3028312.

HSL color Cylindrical-coordinate representation of color #58352E: hue angle of 10º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58352E is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 53 46 -
CMYK 0 0.40 0.48 0.65
HSL 10º 0.31% 0.26% -
HSV(B) 10º 0.48% 0.35% -
XYZ 5.79 4.82 3.21 -
YUV 62.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 88 53 46 0 0.40 0.48 0.65 10 0.31 0.26
Hex 58 35 2E 0 28 30 41 A 1F 1A
Octal 130 65 56 0 50 60 101 12 37 32
Binary 1011000 110101 101110 0 101000 110000 1000001 1010 11111 11010

Color Harmonies of #58352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58352E

Black with #58352E

Text Example


Text Example

White with #58352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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