Html Css Color HEX #58352C Redwood

📋 copy color: '#58352C'

red 88 ◦ green 53 ◦ blue 44

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

Shades of Redwood #58352C

Tints of Redwood #58352C

RGB

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

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

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

R = 47.57%
G = 28.65%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58352C (or 0x58352C) is known color: Redwood. HEX triplet: 58, 35 and 2C. RGB value is (88,53,44). Sum of RGB (Red+Green+Blue) = 88+53+44=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58352C is #A7CAD3. Grayscale: #3E3E3E. Windows color (decimal): -10996436 or 2897240. OLE color: 2897240.

HSL color Cylindrical-coordinate representation of color #58352C: hue angle of 12.27º 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 #58352C is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 53 44 -
CMYK 0 0.40 0.5 0.65
HSL 12.27º 0.33% 0.26% -
HSV(B) 12.27º 0.5% 0.35% -
XYZ 5.75 4.8 3.01 -
YUV 62.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 88 53 44 0 0.40 0.5 0.65 12.27 0.33 0.26
Hex 58 35 2C 0 28 32 41 C 21 1A
Octal 130 65 54 0 50 62 101 14 41 32
Binary 1011000 110101 101100 0 101000 110010 1000001 1100 100001 11010

Color Harmonies of #58352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58352C

Black with #58352C

Text Example


Text Example

White with #58352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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