Html Css Color HEX #58352B Redwood

📋 copy color: '#58352B'

red 88 ◦ green 53 ◦ blue 43

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

Shades of Redwood #58352B

Tints of Redwood #58352B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.37%

R = 47.83%
G = 28.8%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#58352B (or 0x58352B) is known color: Redwood. HEX triplet: 58, 35 and 2B. RGB value is (88,53,43). Sum of RGB (Red+Green+Blue) = 88+53+43=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58352B is #A7CAD4. Grayscale: #3E3E3E. Windows color (decimal): -10996437 or 2831704. OLE color: 2831704.

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

Color convert

RGB 88 53 43 -
CMYK 0 0.40 0.51 0.65
HSL 13.33º 0.34% 0.26% -
HSV(B) 13.33º 0.51% 0.35% -
XYZ 5.73 4.8 2.91 -
YUV 62.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 88 53 43 0 0.40 0.51 0.65 13.33 0.34 0.26
Hex 58 35 2B 0 28 33 41 D 22 1A
Octal 130 65 53 0 50 63 101 15 42 32
Binary 1011000 110101 101011 0 101000 110011 1000001 1101 100010 11010

Color Harmonies of #58352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58352B

Black with #58352B

Text Example


Text Example

White with #58352B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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