Html Css Color HEX #573328 Redwood

📋 copy color: '#573328'

red 87 ◦ green 51 ◦ blue 40

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

Shades of Redwood #573328

Tints of Redwood #573328

RGB

 RED value IS 87 (34.38% from 255) = 48.88%

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

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

R = 48.88%
G = 28.65%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#573328 (or 0x573328) is known color: Redwood. HEX triplet: 57, 33 and 28. RGB value is (87,51,40). Sum of RGB (Red+Green+Blue) = 87+51+40=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #573328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573328 is #A8CCD7. Grayscale: #3C3C3C. Windows color (decimal): -11062488 or 2634583. OLE color: 2634583.

HSL color Cylindrical-coordinate representation of color #573328: hue angle of 14.04º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #573328 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 51 40 -
CMYK 0 0.41 0.54 0.66
HSL 14.04º 0.37% 0.25% -
HSV(B) 14.04º 0.54% 0.34% -
XYZ 5.5 4.55 2.6 -
YUV 60.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 87 51 40 0 0.41 0.54 0.66 14.04 0.37 0.25
Hex 57 33 28 0 29 36 42 E 25 19
Octal 127 63 50 0 51 66 102 16 45 31
Binary 1010111 110011 101000 0 101001 110110 1000010 1110 100101 11001

Color Harmonies of #573328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573328

Black with #573328

Text Example


Text Example

White with #573328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573328; }

 p { color: rgb(87,51,40); }

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

background-color css

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

 a { background-color: rgb(87,51,40); }

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

border-color css

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

 span { border-color: rgb(87,51,40); }

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