Html Css Color HEX #58332D Redwood

📋 copy color: '#58332D'

red 88 ◦ green 51 ◦ blue 45

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

Shades of Redwood #58332D

Tints of Redwood #58332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.72%

 BLUE value IS 45 (17.97% from 255) = 24.46%

R = 47.83%
G = 27.72%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58332D (or 0x58332D) is known color: Redwood. HEX triplet: 58, 33 and 2D. RGB value is (88,51,45). Sum of RGB (Red+Green+Blue) = 88+51+45=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58332D is #A7CCD2. Grayscale: #3D3D3D. Windows color (decimal): -10996947 or 2962264. OLE color: 2962264.

HSL color Cylindrical-coordinate representation of color #58332D: hue angle of 8.37º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58332D is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 51 45 -
CMYK 0 0.42 0.49 0.65
HSL 8.37º 0.32% 0.26% -
HSV(B) 8.37º 0.49% 0.35% -
XYZ 5.68 4.63 3.08 -
YUV 61.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 88 51 45 0 0.42 0.49 0.65 8.37 0.32 0.26
Hex 58 33 2D 0 2A 31 41 8 20 1A
Octal 130 63 55 0 52 61 101 10 40 32
Binary 1011000 110011 101101 0 101010 110001 1000001 1000 100000 11010

Color Harmonies of #58332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58332D

Black with #58332D

Text Example


Text Example

White with #58332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58332D; }

 p { color: rgb(88,51,45); }

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

background-color css

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

 a { background-color: rgb(88,51,45); }

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

border-color css

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

 span { border-color: rgb(88,51,45); }

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