Html Css Color HEX #58342F Redwood

📋 copy color: '#58342F'

red 88 ◦ green 52 ◦ blue 47

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

Shades of Redwood #58342F

Tints of Redwood #58342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.81%

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

R = 47.06%
G = 27.81%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58342F (or 0x58342F) is known color: Redwood. HEX triplet: 58, 34 and 2F. RGB value is (88,52,47). Sum of RGB (Red+Green+Blue) = 88+52+47=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58342F is #A7CBD0. Grayscale: #3E3E3E. Windows color (decimal): -10996689 or 3093592. OLE color: 3093592.

HSL color Cylindrical-coordinate representation of color #58342F: hue angle of 7.32º 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 #58342F is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 52 47 -
CMYK 0 0.41 0.47 0.65
HSL 7.32º 0.3% 0.26% -
HSV(B) 7.32º 0.47% 0.35% -
XYZ 5.77 4.74 3.3 -
YUV 62.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 88 52 47 0 0.41 0.47 0.65 7.32 0.3 0.26
Hex 58 34 2F 0 29 2F 41 7 1E 1A
Octal 130 64 57 0 51 57 101 7 36 32
Binary 1011000 110100 101111 0 101001 101111 1000001 111 11110 11010

Color Harmonies of #58342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58342F

Black with #58342F

Text Example


Text Example

White with #58342F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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