Html Css Color HEX #58332F Redwood

📋 copy color: '#58332F'

red 88 ◦ green 51 ◦ blue 47

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

Shades of Redwood #58332F

Tints of Redwood #58332F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.27%

R = 47.31%
G = 27.42%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58332F (or 0x58332F) is known color: Redwood. HEX triplet: 58, 33 and 2F. RGB value is (88,51,47). Sum of RGB (Red+Green+Blue) = 88+51+47=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58332F is #A7CCD0. Grayscale: #3D3D3D. Windows color (decimal): -10996945 or 3093336. OLE color: 3093336.

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

Color convert

RGB 88 51 47 -
CMYK 0 0.42 0.47 0.65
HSL 5.85º 0.3% 0.26% -
HSV(B) 5.85º 0.47% 0.35% -
XYZ 5.72 4.65 3.28 -
YUV 61.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 88 51 47 0 0.42 0.47 0.65 5.85 0.3 0.26
Hex 58 33 2F 0 2A 2F 41 6 1E 1A
Octal 130 63 57 0 52 57 101 6 36 32
Binary 1011000 110011 101111 0 101010 101111 1000001 110 11110 11010

Color Harmonies of #58332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58332F

Black with #58332F

Text Example


Text Example

White with #58332F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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