Html Css Color HEX #583228 Redwood

📋 copy color: '#583228'

red 88 ◦ green 50 ◦ blue 40

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

Shades of Redwood #583228

Tints of Redwood #583228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

 BLUE value IS 40 (16.02% from 255) = 22.47%

R = 49.44%
G = 28.09%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#583228 (or 0x583228) is known color: Redwood. HEX triplet: 58, 32 and 28. RGB value is (88,50,40). Sum of RGB (Red+Green+Blue) = 88+50+40=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #583228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583228 is #A7CDD7. Grayscale: #3C3C3C. Windows color (decimal): -10997208 or 2634328. OLE color: 2634328.

HSL color Cylindrical-coordinate representation of color #583228: hue angle of 12.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #583228 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 50 40 -
CMYK 0 0.43 0.55 0.65
HSL 12.5º 0.38% 0.25% -
HSV(B) 12.5º 0.55% 0.35% -
XYZ 5.55 4.51 2.59 -
YUV 60.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 88 50 40 0 0.43 0.55 0.65 12.5 0.38 0.25
Hex 58 32 28 0 2B 37 41 C 26 19
Octal 130 62 50 0 53 67 101 14 46 31
Binary 1011000 110010 101000 0 101011 110111 1000001 1100 100110 11001

Color Harmonies of #583228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583228

Black with #583228

Text Example


Text Example

White with #583228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583228; }

 p { color: rgb(88,50,40); }

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

background-color css

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

 a { background-color: rgb(88,50,40); }

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

border-color css

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

 span { border-color: rgb(88,50,40); }

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