Html Css Color HEX #58342C Redwood

📋 copy color: '#58342C'

red 88 ◦ green 52 ◦ blue 44

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

Shades of Redwood #58342C

Tints of Redwood #58342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.91%

R = 47.83%
G = 28.26%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58342C (or 0x58342C) is known color: Redwood. HEX triplet: 58, 34 and 2C. RGB value is (88,52,44). Sum of RGB (Red+Green+Blue) = 88+52+44=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58342C is #A7CBD3. Grayscale: #3D3D3D. Windows color (decimal): -10996692 or 2896984. OLE color: 2896984.

HSL color Cylindrical-coordinate representation of color #58342C: hue angle of 10.91º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58342C is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 52 44 -
CMYK 0 0.41 0.5 0.65
HSL 10.91º 0.33% 0.26% -
HSV(B) 10.91º 0.5% 0.35% -
XYZ 5.71 4.71 2.99 -
YUV 61.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 88 52 44 0 0.41 0.5 0.65 10.91 0.33 0.26
Hex 58 34 2C 0 29 32 41 B 21 1A
Octal 130 64 54 0 51 62 101 13 41 32
Binary 1011000 110100 101100 0 101001 110010 1000001 1011 100001 11010

Color Harmonies of #58342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58342C

Black with #58342C

Text Example


Text Example

White with #58342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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